#A05EBB

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

Shades of Deep Lilac #A05EBB

Tints of Deep Lilac #A05EBB

Color information

#A05EBB (or 0xA05EBB) is unknown color: approx Deep Lilac. HEX triplet: A0, 5E and BB. RGB value is (160,94,187). Sum of RGB (Red+Green+Blue) = 160+94+187=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #A05EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EBB is #5FA144. Grayscale: #7C7C7C. Windows color (decimal): -6267205 or 12279456. OLE color: 12279456.

HSL color Cylindrical-coordinate representation of color #A05EBB: hue angle of 282.58º 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 #A05EBB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16094187-
CMYK0.140.5000.27
HSL282.58º40.61%55.1%-
HSV(B)282.58º49.73%73.33%-
XYZ27.4719.0749.25-
YUV124.34163.37153.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=36.28%
G=21.32%
B=42.40%

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
Decimal160941870.140.5000.27282.5840.6155.1
HexA05EBBE3201B11b2937
Octal24013627316620334335167
Binary101000001011110101110111110110010011011100011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EBB; }

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

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

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

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

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

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

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

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