#AB76B4

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

Shades of East Side #AB76B4

Tints of East Side #AB76B4

Color information

#AB76B4 (or 0xAB76B4) is unknown color: approx East Side. HEX triplet: AB, 76 and B4. RGB value is (171,118,180). Sum of RGB (Red+Green+Blue) = 171+118+180=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB76B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76B4 is #54894B. Grayscale: #8C8C8C. Windows color (decimal): -5540172 or 11826859. OLE color: 11826859.

HSL color Cylindrical-coordinate representation of color #AB76B4: hue angle of 291.29º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB76B4 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171118180-
CMYK0.050.3400.29
HSL291.29º29.25%58.43%-
HSV(B)291.29º34.44%70.59%-
XYZ31.5124.9146.33-
YUV140.92150.06149.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=36.46%
G=25.16%
B=38.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711181800.050.3400.29291.2929.2558.43
HexAB76B452201D1231d3a
Octal2531662645420354433572
Binary1010101111101101011010010110001001110110010001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76B4; }

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

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

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

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

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

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

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

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