#a077c7

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

Shades of Lilac Bush #A077C7

Tints of Lilac Bush #A077C7

Color information

#A077C7 (or 0xA077C7) is unknown color: approx Lilac Bush. HEX triplet: A0, 77 and C7. RGB value is (160,119,199). Sum of RGB (Red+Green+Blue) = 160+119+199=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #A077C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077C7 is #5F8838. Grayscale: #8C8C8C. Windows color (decimal): -6260793 or 13072288. OLE color: 13072288.

HSL color Cylindrical-coordinate representation of color #A077C7: hue angle of 270.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A077C7 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB160119199-
CMYK0.200.4000.22
HSL270.75º41.67%62.35%-
HSV(B)270.75º40.2%78.04%-
XYZ31.424.7957.16-
YUV140.38161.08142-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 199 (78.12% from 255) = 41.63%
R=33.47%
G=24.90%
B=41.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601191990.200.4000.22270.7541.6762.35
HexA077C7142801610f2a3e
Octal24016730724500264175276
Binary1010000011101111100011110100101000010110100001111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a077c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a077c7; }

 p { color: rgb(160,119,199); }

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

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

 a { background-color: rgb(160,119,199); }

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

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

 span { border-color: rgb(160,119,199); }

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