#AB8CC1

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

Shades of East Side #AB8CC1

Tints of East Side #AB8CC1

Color information

#AB8CC1 (or 0xAB8CC1) is unknown color: approx East Side. HEX triplet: AB, 8C and C1. RGB value is (171,140,193). Sum of RGB (Red+Green+Blue) = 171+140+193=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB8CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CC1 is #54733E. Grayscale: #9B9B9B. Windows color (decimal): -5534527 or 12684459. OLE color: 12684459.

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

Color convert

RGB171140193-
CMYK0.110.2700.24
HSL275.09º29.94%65.29%-
HSV(B)275.09º27.46%75.69%-
XYZ35.831.2654.6-
YUV155.31149.27139.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=33.93%
G=27.78%
B=38.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711401930.110.2700.24275.0929.9465.29
HexAB8CC1B1B0181131e41
Octal253214301133303042336101
Binary101010111000110011000001101111011011000100010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CC1; }

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

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

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

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

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

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

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

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