#AB8EB7

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

Shades of East Side #AB8EB7

Tints of East Side #AB8EB7

Color information

#AB8EB7 (or 0xAB8EB7) is unknown color: approx East Side. HEX triplet: AB, 8E and B7. RGB value is (171,142,183). Sum of RGB (Red+Green+Blue) = 171+142+183=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB8EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EB7 is #547148. Grayscale: #9B9B9B. Windows color (decimal): -5534025 or 12029611. OLE color: 12029611.

HSL color Cylindrical-coordinate representation of color #AB8EB7: hue angle of 282.44º 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 #AB8EB7 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171142183-
CMYK0.070.2200.28
HSL282.44º22.16%63.73%-
HSV(B)282.44º22.4%71.76%-
XYZ35.0131.4249.02-
YUV155.34143.61139.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=34.48%
G=28.63%
B=36.90%

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
Decimal1711421830.070.2200.28282.4422.1663.73
HexAB8EB771601C11a1640
Octal25321626772603443226100
Binary10101011100011101011011111110110011100100011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EB7; }

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

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

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

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

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

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

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

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