#A876C1

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

Shades of East Side #A876C1

Tints of East Side #A876C1

Color information

#A876C1 (or 0xA876C1) is unknown color: approx East Side. HEX triplet: A8, 76 and C1. RGB value is (168,118,193). Sum of RGB (Red+Green+Blue) = 168+118+193=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #A876C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876C1 is #57893E. Grayscale: #8D8D8D. Windows color (decimal): -5736767 or 12678824. OLE color: 12678824.

HSL color Cylindrical-coordinate representation of color #A876C1: hue angle of 280º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A876C1 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168118193-
CMYK0.130.3900.24
HSL280º37.69%60.98%-
HSV(B)280º38.86%75.69%-
XYZ32.2525.1353.6-
YUV141.5157.06146.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=35.07%
G=24.63%
B=40.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681181930.130.3900.2428037.6960.98
HexA876C1D27018118263d
Octal25016630115470304304675
Binary101010001110110110000011101100111011000100011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876C1; }

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

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

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

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

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

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

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

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