#A05BBC

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

Shades of Deep Lilac #A05BBC

Tints of Deep Lilac #A05BBC

Color information

#A05BBC (or 0xA05BBC) is unknown color: approx Deep Lilac. HEX triplet: A0, 5B and BC. RGB value is (160,91,188). Sum of RGB (Red+Green+Blue) = 160+91+188=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #A05BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BBC is #5FA443. Grayscale: #7A7A7A. Windows color (decimal): -6267972 or 12344224. OLE color: 12344224.

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

Color convert

RGB16091188-
CMYK0.150.5200.26
HSL282.68º41.99%54.71%-
HSV(B)282.68º51.6%73.73%-
XYZ27.3218.5949.72-
YUV122.69164.86154.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=36.45%
G=20.73%
B=42.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160911880.150.5200.26282.6841.9954.71
HexA05BBCF3401A11b2a37
Octal24013327417640324335267
Binary101000001011011101111001111110100011010100011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BBC; }

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

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

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

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

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

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

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

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