#A076CC

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

Shades of Lilac Bush #A076CC

Tints of Lilac Bush #A076CC

Color information

#A076CC (or 0xA076CC) is unknown color: approx Lilac Bush. HEX triplet: A0, 76 and CC. RGB value is (160,118,204). Sum of RGB (Red+Green+Blue) = 160+118+204=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A076CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076CC is #5F8933. Grayscale: #8C8C8C. Windows color (decimal): -6261044 or 13399712. OLE color: 13399712.

HSL color Cylindrical-coordinate representation of color #A076CC: hue angle of 269.3º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A076CC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160118204-
CMYK0.220.4200.2
HSL269.3º45.74%63.14%-
HSV(B)269.3º42.16%80%-
XYZ31.8724.7960.23-
YUV140.36163.91142.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=33.20%
G=24.48%
B=42.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601182040.220.4200.2269.345.7463.14
HexA076CC162A01410d2e3f
Octal24016631426520244155677
Binary1010000011101101100110010110101010010100100001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076CC; }

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

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

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

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

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

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

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

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