#A254C7

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

Shades of Deep Lilac #A254C7

Tints of Deep Lilac #A254C7

Color information

#A254C7 (or 0xA254C7) is unknown color: approx Deep Lilac. HEX triplet: A2, 54 and C7. RGB value is (162,84,199). Sum of RGB (Red+Green+Blue) = 162+84+199=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #A254C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254C7 is #5DAB38. Grayscale: #787878. Windows color (decimal): -6138681 or 13063330. OLE color: 13063330.

HSL color Cylindrical-coordinate representation of color #A254C7: hue angle of 280.7º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A254C7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16284199-
CMYK0.190.5800.22
HSL280.7º50.66%55.49%-
HSV(B)280.7º57.79%78.04%-
XYZ28.3818.1556.04-
YUV120.43172.34157.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 199 (78.12% from 255) = 44.72%
R=36.40%
G=18.88%
B=44.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162841990.190.5800.22280.750.6655.49
HexA254C7133A0161193337
Octal24212430723720264316367
Binary1010001010101001100011110011111010010110100011001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A254C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A254C7; }

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

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

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

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

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

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

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

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