#AB8DBB

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

Shades of East Side #AB8DBB

Tints of East Side #AB8DBB

Color information

#AB8DBB (or 0xAB8DBB) is unknown color: approx East Side. HEX triplet: AB, 8D and BB. RGB value is (171,141,187). Sum of RGB (Red+Green+Blue) = 171+141+187=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DBB is #547244. Grayscale: #9B9B9B. Windows color (decimal): -5534277 or 12291499. OLE color: 12291499.

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

Color convert

RGB171141187-
CMYK0.090.2500.27
HSL279.13º25.27%64.31%-
HSV(B)279.13º24.6%73.33%-
XYZ35.2931.351.19-
YUV155.21145.94139.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=34.27%
G=28.26%
B=37.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711411870.090.2500.27279.1325.2764.31
HexAB8DBB91901B1171940
Octal253215273113103342731100
Binary101010111000110110111011100111001011011100010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DBB; }

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

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

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

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

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

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

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

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