#AB8BC9

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

Shades of East Side #AB8BC9

Tints of East Side #AB8BC9

Color information

#AB8BC9 (or 0xAB8BC9) is unknown color: approx East Side. HEX triplet: AB, 8B and C9. RGB value is (171,139,201). Sum of RGB (Red+Green+Blue) = 171+139+201=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB8BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BC9 is #547436. Grayscale: #9B9B9B. Windows color (decimal): -5534775 or 13208491. OLE color: 13208491.

HSL color Cylindrical-coordinate representation of color #AB8BC9: hue angle of 270.97º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8BC9 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171139201-
CMYK0.150.3100.21
HSL270.97º36.47%66.67%-
HSV(B)270.97º30.85%78.82%-
XYZ36.5731.3459.38-
YUV155.64153.6138.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=33.46%
G=27.20%
B=39.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711392010.150.3100.21270.9736.4766.67
HexAB8BC9F1F01510f2443
Octal253213311173702541744103
Binary1010101110001011110010011111111110101011000011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BC9; }

 p { color: rgb(171,139,201); }

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

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

 a { background-color: rgb(171,139,201); }

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

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

 span { border-color: rgb(171,139,201); }

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