#a05bc0

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

Shades of Deep Lilac #A05BC0

Tints of Deep Lilac #A05BC0

Color information

#A05BC0 (or 0xA05BC0) is unknown color: approx Deep Lilac. HEX triplet: A0, 5B and C0. RGB value is (160,91,192). Sum of RGB (Red+Green+Blue) = 160+91+192=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #A05BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BC0 is #5FA43F. Grayscale: #7A7A7A. Windows color (decimal): -6267968 or 12606368. OLE color: 12606368.

HSL color Cylindrical-coordinate representation of color #A05BC0: hue angle of 280.99º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A05BC0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16091192-
CMYK0.170.5300.25
HSL280.99º44.49%55.49%-
HSV(B)280.99º52.6%75.29%-
XYZ27.7518.7652.03-
YUV123.14166.86154.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=36.12%
G=20.54%
B=43.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160911920.170.5300.25280.9944.4955.49
HexA05BC011350191192c37
Octal24013330021650314315467
Binary1010000010110111100000010001110101011001100011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05bc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05bc0; }

 p { color: rgb(160,91,192); }

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

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

 a { background-color: rgb(160,91,192); }

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

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

 span { border-color: rgb(160,91,192); }

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