#AB8CC7

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

Shades of East Side #AB8CC7

Tints of East Side #AB8CC7

Color information

#AB8CC7 (or 0xAB8CC7) is unknown color: approx East Side. HEX triplet: AB, 8C and C7. RGB value is (171,140,199). Sum of RGB (Red+Green+Blue) = 171+140+199=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB8CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CC7 is #547338. Grayscale: #9B9B9B. Windows color (decimal): -5534521 or 13077675. OLE color: 13077675.

HSL color Cylindrical-coordinate representation of color #AB8CC7: hue angle of 271.53º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8CC7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171140199-
CMYK0.140.3000.22
HSL271.53º34.5%66.47%-
HSV(B)271.53º29.65%78.04%-
XYZ36.4831.5458.2-
YUV156152.27138.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=33.53%
G=27.45%
B=39.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711401990.140.3000.22271.5334.566.47
HexAB8CC7E1E0161102342
Octal253214307163602642043102
Binary1010101110001100110001111110111100101101000100001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CC7; }

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

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

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

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

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

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

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

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