#a276c5

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

Shades of Lilac Bush #A276C5

Tints of Lilac Bush #A276C5

Color information

#A276C5 (or 0xA276C5) is unknown color: approx Lilac Bush. HEX triplet: A2, 76 and C5. RGB value is (162,118,197). Sum of RGB (Red+Green+Blue) = 162+118+197=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #A276C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276C5 is #5D893A. Grayscale: #8B8B8B. Windows color (decimal): -6129979 or 12940962. OLE color: 12940962.

HSL color Cylindrical-coordinate representation of color #A276C5: hue angle of 273.42º 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 #A276C5 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162118197-
CMYK0.180.4000.23
HSL273.42º40.51%61.76%-
HSV(B)273.42º40.1%77.25%-
XYZ31.4624.6755.93-
YUV140.16160.08143.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=33.96%
G=24.74%
B=41.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621181970.180.4000.23273.4240.5161.76
HexA276C51228017111293e
Octal24216630522500274215176
Binary1010001011101101100010110010101000010111100010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a276c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a276c5; }

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

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

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

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

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

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

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

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