#A259C8

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

Shades of Deep Lilac #A259C8

Tints of Deep Lilac #A259C8

Color information

#A259C8 (or 0xA259C8) is unknown color: approx Deep Lilac. HEX triplet: A2, 59 and C8. RGB value is (162,89,200). Sum of RGB (Red+Green+Blue) = 162+89+200=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #A259C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259C8 is #5DA637. Grayscale: #7B7B7B. Windows color (decimal): -6137400 or 13130146. OLE color: 13130146.

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

Color convert

RGB16289200-
CMYK0.190.5600.22
HSL279.46º50.23%56.67%-
HSV(B)279.46º55.5%78.43%-
XYZ28.91956.79-
YUV123.48171.18155.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=35.92%
G=19.73%
B=44.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162892000.190.5600.22279.4650.2356.67
HexA259C813380161173239
Octal24213131023700264276271
Binary1010001010110011100100010011111000010110100010111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259C8; }

 p { color: rgb(162,89,200); }

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

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

 a { background-color: rgb(162,89,200); }

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

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

 span { border-color: rgb(162,89,200); }

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