#A455B4

Color #A455B4 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A455B4

Tints of Deep Lilac #A455B4

Color information

#A455B4 (or 0xA455B4) is unknown color: approx Deep Lilac. HEX triplet: A4, 55 and B4. RGB value is (164,85,180). Sum of RGB (Red+Green+Blue) = 164+85+180=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #A455B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455B4 is #5BAA4B. Grayscale: #777777. Windows color (decimal): -6007372 or 11818404. OLE color: 11818404.

HSL color Cylindrical-coordinate representation of color #A455B4: hue angle of 289.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A455B4 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16485180-
CMYK0.090.5300.29
HSL289.89º38.78%51.96%-
HSV(B)289.89º52.78%70.59%-
XYZ26.817.6845.18-
YUV119.45162.17159.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=38.23%
G=19.81%
B=41.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164851800.090.5300.29289.8938.7851.96
HexA455B493501D1222734
Octal24412526411650354424764
Binary101001001010101101101001001110101011101100100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A455B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A455B4; }

 p { color: rgb(164,85,180); }

 H1.HeaderClassName
 {
   color: #A455B4;
 }
 .AnyTagClassName
 {
   color: #A455B4;
 }
</style>
background-color css

<style>
 a { background-color: #A455B4; }

 a { background-color: rgb(164,85,180); }

 div.DivClassName
 {
   background-color: #A455B4;
 }
 .BgClassName
 {
   background-color: #A455B4;
 }
</style>
border-color css

<style>
 span { border-color: #A455B4; }

 span { border-color: rgb(164,85,180); }

 td.TdClassName
 {
   border-color: #A455B4;
 }
 .TagClassName
 {
   border-color: #A455B4;
 }
</style>