#AB8FB7

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

Shades of East Side #AB8FB7

Tints of East Side #AB8FB7

Color information

#AB8FB7 (or 0xAB8FB7) is unknown color: approx East Side. HEX triplet: AB, 8F and B7. RGB value is (171,143,183). Sum of RGB (Red+Green+Blue) = 171+143+183=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB8FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FB7 is #547048. Grayscale: #9B9B9B. Windows color (decimal): -5533769 or 12029867. OLE color: 12029867.

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

Color convert

RGB171143183-
CMYK0.070.2200.28
HSL282º21.74%63.92%-
HSV(B)282º21.86%71.76%-
XYZ35.1631.7249.07-
YUV155.93143.28138.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 183 (71.88% from 255) = 36.82%
R=34.41%
G=28.77%
B=36.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711431830.070.2200.2828221.7463.92
HexAB8FB771601C11a1640
Octal25321726772603443226100
Binary10101011100011111011011111110110011100100011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FB7; }

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

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

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

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

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

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

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

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