#A254BD

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

Shades of Deep Lilac #A254BD

Tints of Deep Lilac #A254BD

Color information

#A254BD (or 0xA254BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 54 and BD. RGB value is (162,84,189). Sum of RGB (Red+Green+Blue) = 162+84+189=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #A254BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254BD is #5DAB42. Grayscale: #767676. Windows color (decimal): -6138691 or 12407970. OLE color: 12407970.

HSL color Cylindrical-coordinate representation of color #A254BD: hue angle of 284.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A254BD is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16284189-
CMYK0.140.5600.26
HSL284.57º44.3%53.53%-
HSV(B)284.57º55.56%74.12%-
XYZ27.2617.750.12-
YUV119.29167.34158.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=37.24%
G=19.31%
B=43.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162841890.140.5600.26284.5744.353.53
HexA254BDE3801A11d2c36
Octal24212427516700324355466
Binary101000101010100101111011110111000011010100011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A254BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A254BD; }

 p { color: rgb(162,84,189); }

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

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

 a { background-color: rgb(162,84,189); }

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

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

 span { border-color: rgb(162,84,189); }

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