#AB8EC5

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

Shades of East Side #AB8EC5

Tints of East Side #AB8EC5

Color information

#AB8EC5 (or 0xAB8EC5) is unknown color: approx East Side. HEX triplet: AB, 8E and C5. RGB value is (171,142,197). Sum of RGB (Red+Green+Blue) = 171+142+197=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB8EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EC5 is #54713A. Grayscale: #9C9C9C. Windows color (decimal): -5534011 or 12947115. OLE color: 12947115.

HSL color Cylindrical-coordinate representation of color #AB8EC5: hue angle of 271.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB8EC5 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171142197-
CMYK0.130.2800.23
HSL271.64º32.16%66.47%-
HSV(B)271.64º27.92%77.25%-
XYZ36.5532.0457.08-
YUV156.94150.61138.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=33.53%
G=27.84%
B=38.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711421970.130.2800.23271.6432.1666.47
HexAB8EC5D1C0171102042
Octal253216305153402742040102
Binary1010101110001110110001011101111000101111000100001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EC5; }

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

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

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

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

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

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

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

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