#AB86C1

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

Shades of East Side #AB86C1

Tints of East Side #AB86C1

Color information

#AB86C1 (or 0xAB86C1) is unknown color: approx East Side. HEX triplet: AB, 86 and C1. RGB value is (171,134,193). Sum of RGB (Red+Green+Blue) = 171+134+193=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB86C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86C1 is #54793E. Grayscale: #979797. Windows color (decimal): -5536063 or 12682923. OLE color: 12682923.

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

Color convert

RGB171134193-
CMYK0.110.3100.24
HSL277.63º32.24%64.12%-
HSV(B)277.63º30.57%75.69%-
XYZ34.9529.5654.32-
YUV151.79151.26141.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=34.34%
G=26.91%
B=38.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711341930.110.3100.24277.6332.2464.12
HexAB86C1B1F0181162040
Octal253206301133703042640100
Binary1010101110000110110000011011111110110001000101101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86C1; }

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

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

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

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

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

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

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

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