#AB8AB9

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

Shades of East Side #AB8AB9

Tints of East Side #AB8AB9

Color information

#AB8AB9 (or 0xAB8AB9) is unknown color: approx East Side. HEX triplet: AB, 8A and B9. RGB value is (171,138,185). Sum of RGB (Red+Green+Blue) = 171+138+185=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB8AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AB9 is #547546. Grayscale: #999999. Windows color (decimal): -5535047 or 12159659. OLE color: 12159659.

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

Color convert

RGB171138185-
CMYK0.080.2500.27
HSL282.13º25.13%63.33%-
HSV(B)282.13º25.41%72.55%-
XYZ34.6430.3449.93-
YUV153.22145.93140.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=34.62%
G=27.94%
B=37.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711381850.080.2500.27282.1325.1363.33
HexAB8AB981901B11a193f
Octal25321227110310334323177
Binary10101011100010101011100110001100101101110001101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AB9; }

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

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

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

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

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

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

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

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