#A25DB3

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

Shades of Deep Lilac #A25DB3

Tints of Deep Lilac #A25DB3

Color information

#A25DB3 (or 0xA25DB3) is unknown color: approx Deep Lilac. HEX triplet: A2, 5D and B3. RGB value is (162,93,179). Sum of RGB (Red+Green+Blue) = 162+93+179=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #A25DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DB3 is #5DA24C. Grayscale: #7B7B7B. Windows color (decimal): -6136397 or 11754914. OLE color: 11754914.

HSL color Cylindrical-coordinate representation of color #A25DB3: hue angle of 288.14º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25DB3 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16293179-
CMYK0.090.4800.30
HSL288.14º36.13%53.33%-
HSV(B)288.14º48.04%70.2%-
XYZ26.9518.7644.85-
YUV123.44159.36155.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=37.33%
G=21.43%
B=41.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162931790.090.4800.30288.1436.1353.33
HexA25DB393001E1202435
Octal24213526311600364404465
Binary101000101011101101100111001110000011110100100000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DB3; }

 p { color: rgb(162,93,179); }

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

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

 a { background-color: rgb(162,93,179); }

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

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

 span { border-color: rgb(162,93,179); }

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