#A05ABF

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

Shades of Deep Lilac #A05ABF

Tints of Deep Lilac #A05ABF

Color information

#A05ABF (or 0xA05ABF) is unknown color: approx Deep Lilac. HEX triplet: A0, 5A and BF. RGB value is (160,90,191). Sum of RGB (Red+Green+Blue) = 160+90+191=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A05ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ABF is #5FA540. Grayscale: #7A7A7A. Windows color (decimal): -6268225 or 12540576. OLE color: 12540576.

HSL color Cylindrical-coordinate representation of color #A05ABF: hue angle of 281.58º 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 #A05ABF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16090191-
CMYK0.160.5300.25
HSL281.58º44.1%55.1%-
HSV(B)281.58º52.88%74.9%-
XYZ27.5618.5551.42-
YUV122.44166.69154.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 90 (35.55% from 255) = 20.41%
BLUE value IS 191 (75% from 255) = 43.31%
R=36.28%
G=20.41%
B=43.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160901910.160.5300.25281.5844.155.1
HexA05ABF103501911a2c37
Octal24013227720650314325467
Binary1010000010110101011111110000110101011001100011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05ABF; }

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

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

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

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

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

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

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

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