#A05EBD

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

Shades of Deep Lilac #A05EBD

Tints of Deep Lilac #A05EBD

Color information

#A05EBD (or 0xA05EBD) is unknown color: approx Deep Lilac. HEX triplet: A0, 5E and BD. RGB value is (160,94,189). Sum of RGB (Red+Green+Blue) = 160+94+189=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #A05EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EBD is #5FA142. Grayscale: #7C7C7C. Windows color (decimal): -6267203 or 12410528. OLE color: 12410528.

HSL color Cylindrical-coordinate representation of color #A05EBD: hue angle of 281.68º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05EBD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16094189-
CMYK0.150.5000.26
HSL281.68º41.85%55.49%-
HSV(B)281.68º50.26%74.12%-
XYZ27.6919.1550.38-
YUV124.56164.37153.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=36.12%
G=21.22%
B=42.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160941890.150.5000.26281.6841.8555.49
HexA05EBDF3201A11a2a37
Octal24013627517620324325267
Binary101000001011110101111011111110010011010100011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EBD; }

 p { color: rgb(160,94,189); }

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

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

 a { background-color: rgb(160,94,189); }

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

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

 span { border-color: rgb(160,94,189); }

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