#AB9FB9

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

Shades of East Side #AB9FB9

Tints of East Side #AB9FB9

Color information

#AB9FB9 (or 0xAB9FB9) is unknown color: approx East Side. HEX triplet: AB, 9F and B9. RGB value is (171,159,185). Sum of RGB (Red+Green+Blue) = 171+159+185=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB9FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FB9 is #546046. Grayscale: #A5A5A5. Windows color (decimal): -5529671 or 12165035. OLE color: 12165035.

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

Color convert

RGB171159185-
CMYK0.080.1400.27
HSL267.69º15.66%67.45%-
HSV(B)267.69º14.05%72.55%-
XYZ37.9536.9651.03-
YUV165.55138.98131.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=33.20%
G=30.87%
B=35.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711591850.080.1400.27267.6915.6667.45
HexAB9FB98E01B10c1043
Octal253237271101603341420103
Binary10101011100111111011100110001110011011100001100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FB9; }

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

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

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

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

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

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

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

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