#A05EBA

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

Shades of Deep Lilac #A05EBA

Tints of Deep Lilac #A05EBA

Color information

#A05EBA (or 0xA05EBA) is unknown color: approx Deep Lilac. HEX triplet: A0, 5E and BA. RGB value is (160,94,186). Sum of RGB (Red+Green+Blue) = 160+94+186=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #A05EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EBA is #5FA145. Grayscale: #7B7B7B. Windows color (decimal): -6267206 or 12213920. OLE color: 12213920.

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

Color convert

RGB16094186-
CMYK0.140.4900.27
HSL283.04º40%54.9%-
HSV(B)283.04º49.46%72.94%-
XYZ27.3619.0248.68-
YUV124.22162.87153.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=36.36%
G=21.36%
B=42.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160941860.140.4900.27283.044054.9
HexA05EBAE3101B11b2837
Octal24013627216610334335067
Binary101000001011110101110101110110001011011100011011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EBA; }

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

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

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

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

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

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

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

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