#AB8CC0

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

Shades of East Side #AB8CC0

Tints of East Side #AB8CC0

Color information

#AB8CC0 (or 0xAB8CC0) is unknown color: approx East Side. HEX triplet: AB, 8C and C0. RGB value is (171,140,192). Sum of RGB (Red+Green+Blue) = 171+140+192=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB8CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CC0 is #54733F. Grayscale: #9B9B9B. Windows color (decimal): -5534528 or 12618923. OLE color: 12618923.

HSL color Cylindrical-coordinate representation of color #AB8CC0: hue angle of 275.77º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8CC0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171140192-
CMYK0.110.2700.25
HSL275.77º29.21%65.1%-
HSV(B)275.77º27.08%75.29%-
XYZ35.6931.2254.01-
YUV155.2148.77139.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=34.00%
G=27.83%
B=38.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711401920.110.2700.25275.7729.2165.1
HexAB8CC0B1B0191141d41
Octal253214300133303142435101
Binary101010111000110011000000101111011011001100010100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CC0; }

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

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

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

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

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

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

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

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