#A25DB4

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

Shades of Deep Lilac #A25DB4

Tints of Deep Lilac #A25DB4

Color information

#A25DB4 (or 0xA25DB4) is unknown color: approx Deep Lilac. HEX triplet: A2, 5D and B4. RGB value is (162,93,180). Sum of RGB (Red+Green+Blue) = 162+93+180=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #A25DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DB4 is #5DA24B. Grayscale: #7B7B7B. Windows color (decimal): -6136396 or 11820450. OLE color: 11820450.

HSL color Cylindrical-coordinate representation of color #A25DB4: hue angle of 287.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25DB4 is Cyan = 0.1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16293180-
CMYK0.10.4800.29
HSL287.59º36.71%53.53%-
HSV(B)287.59º48.33%70.59%-
XYZ27.0518.8145.38-
YUV123.55159.86155.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=37.24%
G=21.38%
B=41.38%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162931800.10.4800.29287.5936.7153.53
HexA25DB4A3001D1202536
Octal24213526412600354404566
Binary101000101011101101101001010110000011101100100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DB4; }

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

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

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

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

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

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

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

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