#A876C4

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

Shades of East Side #A876C4

Tints of East Side #A876C4

Color information

#A876C4 (or 0xA876C4) is unknown color: approx East Side. HEX triplet: A8, 76 and C4. RGB value is (168,118,196). Sum of RGB (Red+Green+Blue) = 168+118+196=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #A876C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876C4 is #57893B. Grayscale: #8D8D8D. Windows color (decimal): -5736764 or 12875432. OLE color: 12875432.

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

Color convert

RGB168118196-
CMYK0.140.4000.23
HSL278.46º39.8%61.57%-
HSV(B)278.46º39.8%76.86%-
XYZ32.5925.2755.38-
YUV141.84158.56146.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=34.85%
G=24.48%
B=40.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681181960.140.4000.23278.4639.861.57
HexA876C4E28017116283e
Octal25016630416500274265076
Binary101010001110110110001001110101000010111100010110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876C4; }

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

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

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

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

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

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

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

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