#AB91BD

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

Shades of East Side #AB91BD

Tints of East Side #AB91BD

Color information

#AB91BD (or 0xAB91BD) is unknown color: approx East Side. HEX triplet: AB, 91 and BD. RGB value is (171,145,189). Sum of RGB (Red+Green+Blue) = 171+145+189=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91BD is #546E42. Grayscale: #9D9D9D. Windows color (decimal): -5533251 or 12423595. OLE color: 12423595.

HSL color Cylindrical-coordinate representation of color #AB91BD: hue angle of 275.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB91BD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171145189-
CMYK0.100.2300.26
HSL275.45º25%65.49%-
HSV(B)275.45º23.28%74.12%-
XYZ36.1132.5852.53-
YUV157.79145.61137.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=33.86%
G=28.71%
B=37.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711451890.100.2300.26275.452565.49
HexAB91BDA1701A1131941
Octal253221275122703242331101
Binary101010111001000110111101101010111011010100010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91BD; }

 p { color: rgb(171,145,189); }

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

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

 a { background-color: rgb(171,145,189); }

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

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

 span { border-color: rgb(171,145,189); }

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