#AB9ABB

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

Shades of East Side #AB9ABB

Tints of East Side #AB9ABB

Color information

#AB9ABB (or 0xAB9ABB) is unknown color: approx East Side. HEX triplet: AB, 9A and BB. RGB value is (171,154,187). Sum of RGB (Red+Green+Blue) = 171+154+187=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB9ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ABB is #546544. Grayscale: #A2A2A2. Windows color (decimal): -5530949 or 12294827. OLE color: 12294827.

HSL color Cylindrical-coordinate representation of color #AB9ABB: hue angle of 270.91º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB9ABB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171154187-
CMYK0.090.1800.27
HSL270.91º19.53%66.86%-
HSV(B)270.91º17.65%73.33%-
XYZ37.3235.3651.87-
YUV162.84141.63133.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=33.40%
G=30.08%
B=36.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711541870.090.1800.27270.9119.5366.86
HexAB9ABB91201B10f1443
Octal253232273112203341724103
Binary101010111001101010111011100110010011011100001111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ABB; }

 p { color: rgb(171,154,187); }

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

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

 a { background-color: rgb(171,154,187); }

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

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

 span { border-color: rgb(171,154,187); }

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