#A276CB

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

Shades of Lilac Bush #A276CB

Tints of Lilac Bush #A276CB

Color information

#A276CB (or 0xA276CB) is unknown color: approx Lilac Bush. HEX triplet: A2, 76 and CB. RGB value is (162,118,203). Sum of RGB (Red+Green+Blue) = 162+118+203=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #A276CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276CB is #5D8934. Grayscale: #8C8C8C. Windows color (decimal): -6129973 or 13334178. OLE color: 13334178.

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

Color convert

RGB162118203-
CMYK0.200.4200.20
HSL271.06º44.97%62.94%-
HSV(B)271.06º41.87%79.61%-
XYZ32.1624.9559.62-
YUV140.85163.08143.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=33.54%
G=24.43%
B=42.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621182030.200.4200.20271.0644.9762.94
HexA276CB142A01410f2d3f
Octal24216631324520244175577
Binary1010001011101101100101110100101010010100100001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276CB; }

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

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

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

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

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

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

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

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