#AB81B8

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

Shades of East Side #AB81B8

Tints of East Side #AB81B8

Color information

#AB81B8 (or 0xAB81B8) is unknown color: approx East Side. HEX triplet: AB, 81 and B8. RGB value is (171,129,184). Sum of RGB (Red+Green+Blue) = 171+129+184=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB81B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81B8 is #547E47. Grayscale: #939393. Windows color (decimal): -5537352 or 12091819. OLE color: 12091819.

HSL color Cylindrical-coordinate representation of color #AB81B8: hue angle of 285.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB81B8 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171129184-
CMYK0.070.3000.28
HSL285.82º27.92%61.37%-
HSV(B)285.82º29.89%72.16%-
XYZ33.327.8248.96-
YUV147.83148.41144.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 184 (72.27% from 255) = 38.02%
R=35.33%
G=26.65%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711291840.070.3000.28285.8227.9261.37
HexAB81B871E01C11e1c3d
Octal2532012707360344363475
Binary1010101110000001101110001111111001110010001111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81B8; }

 p { color: rgb(171,129,184); }

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

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

 a { background-color: rgb(171,129,184); }

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

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

 span { border-color: rgb(171,129,184); }

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