#A076CD

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

Shades of Lilac Bush #A076CD

Tints of Lilac Bush #A076CD

Color information

#A076CD (or 0xA076CD) is unknown color: approx Lilac Bush. HEX triplet: A0, 76 and CD. RGB value is (160,118,205). Sum of RGB (Red+Green+Blue) = 160+118+205=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #A076CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076CD is #5F8932. Grayscale: #8C8C8C. Windows color (decimal): -6261043 or 13465248. OLE color: 13465248.

HSL color Cylindrical-coordinate representation of color #A076CD: hue angle of 268.97º degrees, saturation: 0.47, 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 #A076CD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160118205-
CMYK0.220.4200.20
HSL268.97º46.52%63.33%-
HSV(B)268.97º42.44%80.39%-
XYZ3224.8460.87-
YUV140.48164.41141.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=33.13%
G=24.43%
B=42.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601182050.220.4200.20268.9746.5263.33
HexA076CD162A01410d2f3f
Octal24016631526520244155777
Binary1010000011101101100110110110101010010100100001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076CD; }

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

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

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

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

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

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

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

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