#AB76BA

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

Shades of East Side #AB76BA

Tints of East Side #AB76BA

Color information

#AB76BA (or 0xAB76BA) is unknown color: approx East Side. HEX triplet: AB, 76 and BA. RGB value is (171,118,186). Sum of RGB (Red+Green+Blue) = 171+118+186=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76BA is #548945. Grayscale: #8D8D8D. Windows color (decimal): -5540166 or 12220075. OLE color: 12220075.

HSL color Cylindrical-coordinate representation of color #AB76BA: hue angle of 286.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB76BA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171118186-
CMYK0.080.3700.27
HSL286.76º33.01%59.61%-
HSV(B)286.76º36.56%72.94%-
XYZ32.1425.1649.62-
YUV141.6153.06148.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=36%
G=24.84%
B=39.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711181860.080.3700.27286.7633.0159.61
HexAB76BA82501B11f213c
Octal25316627210450334374174
Binary101010111110110101110101000100101011011100011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76BA; }

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

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

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

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

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

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

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

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