#AB8EC6

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

Shades of East Side #AB8EC6

Tints of East Side #AB8EC6

Color information

#AB8EC6 (or 0xAB8EC6) is unknown color: approx East Side. HEX triplet: AB, 8E and C6. RGB value is (171,142,198). Sum of RGB (Red+Green+Blue) = 171+142+198=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB8EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EC6 is #547139. Grayscale: #9C9C9C. Windows color (decimal): -5534010 or 13012651. OLE color: 13012651.

HSL color Cylindrical-coordinate representation of color #AB8EC6: hue angle of 271.07º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB8EC6 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171142198-
CMYK0.140.2800.22
HSL271.07º32.94%66.67%-
HSV(B)271.07º28.28%77.65%-
XYZ36.6632.0857.69-
YUV157.06151.11137.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=33.46%
G=27.79%
B=38.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711421980.140.2800.22271.0732.9466.67
HexAB8EC6E1C01610f2143
Octal253216306163402641741103
Binary1010101110001110110001101110111000101101000011111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EC6; }

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

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

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

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

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

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

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

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