#A05DB0

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

Shades of Deep Lilac #A05DB0

Tints of Deep Lilac #A05DB0

Color information

#A05DB0 (or 0xA05DB0) is unknown color: approx Deep Lilac. HEX triplet: A0, 5D and B0. RGB value is (160,93,176). Sum of RGB (Red+Green+Blue) = 160+93+176=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 176 - color contains mainly: blue. Hex color #A05DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DB0 is #5FA24F. Grayscale: #7A7A7A. Windows color (decimal): -6267472 or 11558304. OLE color: 11558304.

HSL color Cylindrical-coordinate representation of color #A05DB0: hue angle of 288.43º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05DB0 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16093176-
CMYK0.090.4700.31
HSL288.43º34.44%52.75%-
HSV(B)288.43º47.16%69.02%-
XYZ26.2518.4443.25-
YUV122.49158.2154.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=37.30%
G=21.68%
B=41.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160931760.090.4700.31288.4334.4452.75
HexA05DB092F01F1202235
Octal24013526011570374404265
Binary101000001011101101100001001101111011111100100000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DB0; }

 p { color: rgb(160,93,176); }

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

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

 a { background-color: rgb(160,93,176); }

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

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

 span { border-color: rgb(160,93,176); }

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