#A253CE

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

Shades of Deep Lilac #A253CE

Tints of Deep Lilac #A253CE

Color information

#A253CE (or 0xA253CE) is unknown color: approx Deep Lilac. HEX triplet: A2, 53 and CE. RGB value is (162,83,206). Sum of RGB (Red+Green+Blue) = 162+83+206=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #A253CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253CE is #5DAC31. Grayscale: #787878. Windows color (decimal): -6138930 or 13521826. OLE color: 13521826.

HSL color Cylindrical-coordinate representation of color #A253CE: hue angle of 278.54º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A253CE is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16283206-
CMYK0.210.6000.19
HSL278.54º55.66%56.67%-
HSV(B)278.54º59.71%80.78%-
XYZ29.1318.3260.39-
YUV120.64176.17157.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 83 (32.81% from 255) = 18.40%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=35.92%
G=18.40%
B=45.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162832060.210.6000.19278.5455.6656.67
HexA253CE153C0131173839
Octal24212331625740234277071
Binary1010001010100111100111010101111100010011100010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A253CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A253CE; }

 p { color: rgb(162,83,206); }

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

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

 a { background-color: rgb(162,83,206); }

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

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

 span { border-color: rgb(162,83,206); }

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