#A076C9

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

Shades of Lilac Bush #A076C9

Tints of Lilac Bush #A076C9

Color information

#A076C9 (or 0xA076C9) is unknown color: approx Lilac Bush. HEX triplet: A0, 76 and C9. RGB value is (160,118,201). Sum of RGB (Red+Green+Blue) = 160+118+201=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #A076C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076C9 is #5F8936. Grayscale: #8B8B8B. Windows color (decimal): -6261047 or 13203104. OLE color: 13203104.

HSL color Cylindrical-coordinate representation of color #A076C9: hue angle of 270.36º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A076C9 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160118201-
CMYK0.200.4100.21
HSL270.36º43.46%62.55%-
HSV(B)270.36º41.29%78.82%-
XYZ31.5224.6558.35-
YUV140.02162.41142.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=33.40%
G=24.63%
B=41.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601182010.200.4100.21270.3643.4662.55
HexA076C9142901510e2b3f
Octal24016631124510254165377
Binary1010000011101101100100110100101001010101100001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076C9; }

 p { color: rgb(160,118,201); }

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

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

 a { background-color: rgb(160,118,201); }

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

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

 span { border-color: rgb(160,118,201); }

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