#A25ABF

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

Shades of Deep Lilac #A25ABF

Tints of Deep Lilac #A25ABF

Color information

#A25ABF (or 0xA25ABF) is unknown color: approx Deep Lilac. HEX triplet: A2, 5A and BF. RGB value is (162,90,191). Sum of RGB (Red+Green+Blue) = 162+90+191=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #A25ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ABF is #5DA540. Grayscale: #7A7A7A. Windows color (decimal): -6137153 or 12540578. OLE color: 12540578.

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

Color convert

RGB16290191-
CMYK0.150.5300.25
HSL282.77º44.1%55.1%-
HSV(B)282.77º52.88%74.9%-
XYZ27.9618.7651.44-
YUV123.04166.35155.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 191 (75% from 255) = 43.12%
R=36.57%
G=20.32%
B=43.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162901910.150.5300.25282.7744.155.1
HexA25ABFF3501911b2c37
Octal24213227717650314335467
Binary101000101011010101111111111110101011001100011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25ABF; }

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

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

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

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

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

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

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

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