#AB9EB8

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

Shades of East Side #AB9EB8

Tints of East Side #AB9EB8

Color information

#AB9EB8 (or 0xAB9EB8) is unknown color: approx East Side. HEX triplet: AB, 9E and B8. RGB value is (171,158,184). Sum of RGB (Red+Green+Blue) = 171+158+184=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB9EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EB8 is #546147. Grayscale: #A4A4A4. Windows color (decimal): -5529928 or 12099243. OLE color: 12099243.

HSL color Cylindrical-coordinate representation of color #AB9EB8: hue angle of 270º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB9EB8 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171158184-
CMYK0.070.1400.28
HSL270º15.48%67.06%-
HSV(B)270º14.13%72.16%-
XYZ37.6736.5750.42-
YUV164.85138.81132.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=33.33%
G=30.80%
B=35.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711581840.070.1400.2827015.4867.06
HexAB9EB87E01C10ef43
Octal25323627071603441617103
Binary101010111001111010111000111111001110010000111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EB8; }

 p { color: rgb(171,158,184); }

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

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

 a { background-color: rgb(171,158,184); }

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

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

 span { border-color: rgb(171,158,184); }

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