#A25DBF

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

Shades of Deep Lilac #A25DBF

Tints of Deep Lilac #A25DBF

Color information

#A25DBF (or 0xA25DBF) is unknown color: approx Deep Lilac. HEX triplet: A2, 5D and BF. RGB value is (162,93,191). Sum of RGB (Red+Green+Blue) = 162+93+191=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #A25DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DBF is #5DA240. Grayscale: #7C7C7C. Windows color (decimal): -6136385 or 12541346. OLE color: 12541346.

HSL color Cylindrical-coordinate representation of color #A25DBF: hue angle of 282.24º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25DBF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16293191-
CMYK0.150.5100.25
HSL282.24º43.36%55.69%-
HSV(B)282.24º51.31%74.9%-
XYZ28.2219.2751.52-
YUV124.8165.36154.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 191 (75% from 255) = 42.83%
R=36.32%
G=20.85%
B=42.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162931910.150.5100.25282.2443.3655.69
HexA25DBFF3301911a2b38
Octal24213527717630314325370
Binary101000101011101101111111111110011011001100011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DBF; }

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

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

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

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

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

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

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

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