#A076C5

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

Shades of Lilac Bush #A076C5

Tints of Lilac Bush #A076C5

Color information

#A076C5 (or 0xA076C5) is unknown color: approx Lilac Bush. HEX triplet: A0, 76 and C5. RGB value is (160,118,197). Sum of RGB (Red+Green+Blue) = 160+118+197=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #A076C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076C5 is #5F893A. Grayscale: #8B8B8B. Windows color (decimal): -6261051 or 12940960. OLE color: 12940960.

HSL color Cylindrical-coordinate representation of color #A076C5: hue angle of 271.9º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A076C5 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160118197-
CMYK0.190.4000.23
HSL271.9º40.51%61.76%-
HSV(B)271.9º40.1%77.25%-
XYZ31.0524.4655.91-
YUV139.56160.41142.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=33.68%
G=24.84%
B=41.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601181970.190.4000.23271.940.5161.76
HexA076C51328017110293e
Octal24016630523500274205176
Binary1010000011101101100010110011101000010111100010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076C5; }

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

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

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

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

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

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

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

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