#A454BB

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

Shades of Deep Lilac #A454BB

Tints of Deep Lilac #A454BB

Color information

#A454BB (or 0xA454BB) is unknown color: approx Deep Lilac. HEX triplet: A4, 54 and BB. RGB value is (164,84,187). Sum of RGB (Red+Green+Blue) = 164+84+187=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #A454BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454BB is #5BAB44. Grayscale: #777777. Windows color (decimal): -6007621 or 12276900. OLE color: 12276900.

HSL color Cylindrical-coordinate representation of color #A454BB: hue angle of 286.6º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A454BB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16484187-
CMYK0.120.5500.27
HSL286.6º43.1%53.14%-
HSV(B)286.6º55.08%73.33%-
XYZ27.4517.8249.01-
YUV119.66166159.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=37.70%
G=19.31%
B=42.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164841870.120.5500.27286.643.153.14
HexA454BBC3701B11f2b35
Octal24412427314670334375365
Binary101001001010100101110111100110111011011100011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A454BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A454BB; }

 p { color: rgb(164,84,187); }

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

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

 a { background-color: rgb(164,84,187); }

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

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

 span { border-color: rgb(164,84,187); }

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