#AB9DB7

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

Shades of East Side #AB9DB7

Tints of East Side #AB9DB7

Color information

#AB9DB7 (or 0xAB9DB7) is unknown color: approx East Side. HEX triplet: AB, 9D and B7. RGB value is (171,157,183). Sum of RGB (Red+Green+Blue) = 171+157+183=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB9DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DB7 is #546248. Grayscale: #A4A4A4. Windows color (decimal): -5530185 or 12033451. OLE color: 12033451.

HSL color Cylindrical-coordinate representation of color #AB9DB7: hue angle of 272.31º 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 #AB9DB7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171157183-
CMYK0.070.1400.28
HSL272.31º15.29%66.67%-
HSV(B)272.31º14.21%71.76%-
XYZ37.436.1949.81-
YUV164.15138.64132.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 183 (71.88% from 255) = 35.81%
R=33.46%
G=30.72%
B=35.81%

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
Decimal1711571830.070.1400.28272.3115.2966.67
HexAB9DB77E01C110f43
Octal25323526771603442017103
Binary101010111001110110110111111111001110010001000011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DB7; }

 p { color: rgb(171,157,183); }

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

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

 a { background-color: rgb(171,157,183); }

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

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

 span { border-color: rgb(171,157,183); }

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