#AB8BB7

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

Shades of East Side #AB8BB7

Tints of East Side #AB8BB7

Color information

#AB8BB7 (or 0xAB8BB7) is unknown color: approx East Side. HEX triplet: AB, 8B and B7. RGB value is (171,139,183). Sum of RGB (Red+Green+Blue) = 171+139+183=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB8BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BB7 is #547448. Grayscale: #999999. Windows color (decimal): -5534793 or 12028843. OLE color: 12028843.

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

Color convert

RGB171139183-
CMYK0.070.2400.28
HSL283.64º23.4%63.14%-
HSV(B)283.64º24.04%71.76%-
XYZ34.5730.5448.87-
YUV153.58144.6140.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 183 (71.88% from 255) = 37.12%
R=34.69%
G=28.19%
B=37.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711391830.070.2400.28283.6423.463.14
HexAB8BB771801C11c173f
Octal2532132677300344342777
Binary1010101110001011101101111111100001110010001110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BB7; }

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

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

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

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

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

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

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

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