#A876B9

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

Shades of East Side #A876B9

Tints of East Side #A876B9

Color information

#A876B9 (or 0xA876B9) is unknown color: approx East Side. HEX triplet: A8, 76 and B9. RGB value is (168,118,185). Sum of RGB (Red+Green+Blue) = 168+118+185=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #A876B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876B9 is #578946. Grayscale: #8C8C8C. Windows color (decimal): -5736775 or 12154536. OLE color: 12154536.

HSL color Cylindrical-coordinate representation of color #A876B9: hue angle of 284.78º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A876B9 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168118185-
CMYK0.090.3600.27
HSL284.78º32.37%59.41%-
HSV(B)284.78º36.22%72.55%-
XYZ31.3824.7849.03-
YUV140.59153.06147.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=35.67%
G=25.05%
B=39.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681181850.090.3600.27284.7832.3759.41
HexA876B992401B11d203b
Octal25016627111440334354073
Binary101010001110110101110011001100100011011100011101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876B9; }

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

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

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

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

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

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

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

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