#A876BB

Color #A876BB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A876BB

Tints of East Side #A876BB

Color information

#A876BB (or 0xA876BB) is unknown color: approx East Side. HEX triplet: A8, 76 and BB. RGB value is (168,118,187). Sum of RGB (Red+Green+Blue) = 168+118+187=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #A876BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876BB is #578944. Grayscale: #8C8C8C. Windows color (decimal): -5736773 or 12285608. OLE color: 12285608.

HSL color Cylindrical-coordinate representation of color #A876BB: hue angle of 283.48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A876BB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168118187-
CMYK0.100.3700.27
HSL283.48º33.66%59.8%-
HSV(B)283.48º36.9%73.33%-
XYZ31.624.8750.15-
YUV140.82154.06147.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=35.52%
G=24.95%
B=39.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681181870.100.3700.27283.4833.6659.8
HexA876BBA2501B11b223c
Octal25016627312450334334274
Binary101010001110110101110111010100101011011100011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876BB; }

 p { color: rgb(168,118,187); }

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

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

 a { background-color: rgb(168,118,187); }

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

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

 span { border-color: rgb(168,118,187); }

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