#A253AF

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

Shades of Deep Lilac #A253AF

Tints of Deep Lilac #A253AF

Color information

#A253AF (or 0xA253AF) is unknown color: approx Deep Lilac. HEX triplet: A2, 53 and AF. RGB value is (162,83,175). Sum of RGB (Red+Green+Blue) = 162+83+175=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #A253AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A253AF is #5DAC50. Grayscale: #747474. Windows color (decimal): -6138961 or 11490210. OLE color: 11490210.

HSL color Cylindrical-coordinate representation of color #A253AF: hue angle of 291.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A253AF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16283175-
CMYK0.070.5300.31
HSL291.52º36.51%50.59%-
HSV(B)291.52º52.57%68.63%-
XYZ25.7316.9642.48-
YUV117.11160.67160.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=38.57%
G=19.76%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162831750.070.5300.31291.5236.5150.59
HexA253AF73501F1242533
Octal2421232577650374444563
Binary10100010101001110101111111110101011111100100100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A253AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A253AF; }

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

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

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

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

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

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

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

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