#AB81B9

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

Shades of East Side #AB81B9

Tints of East Side #AB81B9

Color information

#AB81B9 (or 0xAB81B9) is unknown color: approx East Side. HEX triplet: AB, 81 and B9. RGB value is (171,129,185). Sum of RGB (Red+Green+Blue) = 171+129+185=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB81B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81B9 is #547E46. Grayscale: #939393. Windows color (decimal): -5537351 or 12157355. OLE color: 12157355.

HSL color Cylindrical-coordinate representation of color #AB81B9: hue angle of 285º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB81B9 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171129185-
CMYK0.080.3000.27
HSL285º28.57%61.57%-
HSV(B)285º30.27%72.55%-
XYZ33.427.8649.52-
YUV147.94148.91144.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=35.26%
G=26.60%
B=38.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711291850.080.3000.2728528.5761.57
HexAB81B981E01B11d1d3e
Octal25320127110360334353576
Binary10101011100000011011100110001111001101110001110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81B9; }

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

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

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

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

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

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

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

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