#AB76C1

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

Shades of East Side #AB76C1

Tints of East Side #AB76C1

Color information

#AB76C1 (or 0xAB76C1) is unknown color: approx East Side. HEX triplet: AB, 76 and C1. RGB value is (171,118,193). Sum of RGB (Red+Green+Blue) = 171+118+193=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76C1 is #54893E. Grayscale: #8E8E8E. Windows color (decimal): -5540159 or 12678827. OLE color: 12678827.

HSL color Cylindrical-coordinate representation of color #AB76C1: hue angle of 282.4º 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 #AB76C1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171118193-
CMYK0.110.3900.24
HSL282.4º37.69%60.98%-
HSV(B)282.4º38.86%75.69%-
XYZ32.925.4753.63-
YUV142.4156.56148.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=35.48%
G=24.48%
B=40.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711181930.110.3900.24282.437.6960.98
HexAB76C1B2701811a263d
Octal25316630113470304324675
Binary101010111110110110000011011100111011000100011010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76C1; }

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

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

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

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

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

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

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

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