COLOR #A558E6

HEX: #A558E6 RGB: (165,88,230)

Color info

#A558E6 contains mainly blue color. Web safe color of #A558E6 is #9966CC (or #96C).

RGB color model

#A558E6 color RGB value is (165,88,230).

RGB: (165,88,230) (65%, 35%, 90%)

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 230 of 255 = 90%

165
88
230

R + G + B ~ 63%. #A558E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 88 + 230 = 483 (100%)
R 165 of 483 ~ 34.16%
G 88 of 483 ~ 18.22%
B 230 of 483 ~ 47.62'%

%34.16
%18.22
%47.62

CMYK color model

#A558E6 color CMYK value is (28,62,0,10).

  • cyan value is 28.26%
  • magenta value is 61.74%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (28,62,0,10)
C28M62Y0K10 (28%, 62%, 0%, 10%)
(0.28 / 0.62 / 0.00 / 0.10)

CMYK percentages

%28.26
%61.74
%0
%9.8

Codes

Color #A558E6 in popluar color models

A5 58 E6
RGB 165 88 230
HSL 273° 73.96% 62.35%
HSB/HSV 273° 61.74% 90.20%
CMYK 28.26% 61.74% 0.00%
9.80%

Color #A558E6 in popluar number systems.

HEX A5 58 E6
Decimal 165 88 230
Binary 10100101 1011000 11100110
Octal 245 130 346

Shades and tints

Shades of #A558E6

#A558E6
(165,88,230)
#9650D2
(150,80,210)
#8748BE
(135,72,190)
#7840AA
(120,64,170)
#693896
(105,56,150)
#5A3082
(90,48,130)
#4B286E
(75,40,110)
#3C205A
(60,32,90)
#2D1846
(45,24,70)
#1E1032
(30,16,50)
#0F081E
(15,8,30)
#000000
(0,0,0)

Tints of #A558E6

#A558E6
(165,88,230)
#AD67E8
(173,103,232)
#B576EA
(181,118,234)
#BD85EC
(189,133,236)
#C594EE
(197,148,238)
#CDA3F0
(205,163,240)
#D5B2F2
(213,178,242)
#DDC1F4
(221,193,244)
#E5D0F6
(229,208,246)
#EDDFF8
(237,223,248)
#F5EEFA
(245,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A558E6 color. Also use rgb(165,88,230) instead hex code.

Text Font Color

.myTextColor { color: #A558E6; }

<p style="color:#A558E6">This sample text font color is #A558E6.</p>

This text font color is #A558E6.

Background Color

.myBgColor { background-color: #A558E6; }

<div style="background-color:#A558E6">Inner text</div>

This div background color is #A558E6.

Border color

.myBorderColor { border: 1px solid #A558E6; }

<div style="border:3px solid #A558E6">Div</div>

This div border color is #A558E6.

Opacity

.myOpacity80 { color: #A558E6; opacity: 0.8; }

<p style="color:#A558E6;opacity:0.8;">80%</p>

Text with #A558E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A558E6;}

<p style="text-shadow: 3px 3px 1px #A558E6">Text here.</p>

This text has shadow with #A558E6 color.


.textShadow {text-shadow: 3px 3px 1px #A558E6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A558E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #A558E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A558E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A558E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #A558E6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A558E6;
-webkit-box-shadow: 1px 1px 3px 2px #A558E6;
box-shadow: 1px 1px 3px 2px #A558E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A558E6; -webkit-box-shadow: 1px 1px 3px 2px #A558E6; box-shadow:1px 1px 3px 2px #A558E6;">
Div content here
</div>

This div box has shadow with color #A558E6.

Preview

Color preview on black background

This text has color #A558E6 on black background.


Color preview on white background

This text has color #A558E6 on white background.


Black color preview on #A558E6 background

This text has black color on #A558E6 background.


White color preview on #A558E6 background

This text has white color on #A558E6 background.


Related colors

Complementary color

Complementary color for #hex is #5AA719.


I love getcolorcode.com

Triadic colors

1 #E6A558 and #58E6A5 with #A558E6 are triadic colors.

2 #E658A5 and #58A5E6 with #A558E6 are triadic colors.