#A05DBB

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

Shades of Deep Lilac #A05DBB

Tints of Deep Lilac #A05DBB

Color information

#A05DBB (or 0xA05DBB) is unknown color: approx Deep Lilac. HEX triplet: A0, 5D and BB. RGB value is (160,93,187). Sum of RGB (Red+Green+Blue) = 160+93+187=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #A05DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DBB is #5FA244. Grayscale: #7B7B7B. Windows color (decimal): -6267461 or 12279200. OLE color: 12279200.

HSL color Cylindrical-coordinate representation of color #A05DBB: hue angle of 282.77º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05DBB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16093187-
CMYK0.140.5000.27
HSL282.77º40.87%54.9%-
HSV(B)282.77º50.27%73.33%-
XYZ27.3818.8949.22-
YUV123.75163.7153.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=36.36%
G=21.14%
B=42.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160931870.140.5000.27282.7740.8754.9
HexA05DBBE3201B11b2937
Octal24013527316620334335167
Binary101000001011101101110111110110010011011100011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DBB; }

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

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

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

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

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

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

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

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