#AB76C0

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

Shades of East Side #AB76C0

Tints of East Side #AB76C0

Color information

#AB76C0 (or 0xAB76C0) is unknown color: approx East Side. HEX triplet: AB, 76 and C0. RGB value is (171,118,192). Sum of RGB (Red+Green+Blue) = 171+118+192=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB76C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76C0 is #54893F. Grayscale: #8E8E8E. Windows color (decimal): -5540160 or 12613291. OLE color: 12613291.

HSL color Cylindrical-coordinate representation of color #AB76C0: hue angle of 282.97º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB76C0 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171118192-
CMYK0.110.3900.25
HSL282.97º37%60.78%-
HSV(B)282.97º38.54%75.29%-
XYZ32.7925.4253.05-
YUV142.28156.06148.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=35.55%
G=24.53%
B=39.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711181920.110.3900.25282.973760.78
HexAB76C0B2701911b253d
Octal25316630013470314334575
Binary101010111110110110000001011100111011001100011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76C0; }

 p { color: rgb(171,118,192); }

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

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

 a { background-color: rgb(171,118,192); }

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

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

 span { border-color: rgb(171,118,192); }

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