#AB8CB7

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

Shades of East Side #AB8CB7

Tints of East Side #AB8CB7

Color information

#AB8CB7 (or 0xAB8CB7) is unknown color: approx East Side. HEX triplet: AB, 8C and B7. RGB value is (171,140,183). Sum of RGB (Red+Green+Blue) = 171+140+183=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB8CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CB7 is #547348. Grayscale: #9A9A9A. Windows color (decimal): -5534537 or 12029099. OLE color: 12029099.

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

Color convert

RGB171140183-
CMYK0.070.2300.28
HSL283.26º22.99%63.33%-
HSV(B)283.26º23.5%71.76%-
XYZ34.7230.8348.92-
YUV154.17144.27140-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=34.62%
G=28.34%
B=37.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711401830.070.2300.28283.2622.9963.33
HexAB8CB771701C11b173f
Octal2532142677270344332777
Binary1010101110001100101101111111011101110010001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CB7; }

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

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

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

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

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

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

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

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