#AB8CC5

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

Shades of East Side #AB8CC5

Tints of East Side #AB8CC5

Color information

#AB8CC5 (or 0xAB8CC5) is unknown color: approx East Side. HEX triplet: AB, 8C and C5. RGB value is (171,140,197). Sum of RGB (Red+Green+Blue) = 171+140+197=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB8CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CC5 is #54733A. Grayscale: #9B9B9B. Windows color (decimal): -5534523 or 12946603. OLE color: 12946603.

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

Color convert

RGB171140197-
CMYK0.130.2900.23
HSL272.63º32.95%66.08%-
HSV(B)272.63º28.93%77.25%-
XYZ36.2531.4556.98-
YUV155.77151.27138.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=33.66%
G=27.56%
B=38.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711401970.130.2900.23272.6332.9566.08
HexAB8CC5D1D0171112142
Octal253214305153502742141102
Binary1010101110001100110001011101111010101111000100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CC5; }

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

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

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

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

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

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

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

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