#AB86CA

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

Shades of East Side #AB86CA

Tints of East Side #AB86CA

Color information

#AB86CA (or 0xAB86CA) is unknown color: approx East Side. HEX triplet: AB, 86 and CA. RGB value is (171,134,202). Sum of RGB (Red+Green+Blue) = 171+134+202=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86CA is #547935. Grayscale: #989898. Windows color (decimal): -5536054 or 13272747. OLE color: 13272747.

HSL color Cylindrical-coordinate representation of color #AB86CA: hue angle of 272.65º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB86CA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171134202-
CMYK0.150.3400.21
HSL272.65º39.08%65.88%-
HSV(B)272.65º33.66%79.22%-
XYZ35.9829.9759.77-
YUV152.82155.76140.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=33.73%
G=26.43%
B=39.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711342020.150.3400.21272.6539.0865.88
HexAB86CAF220151112742
Octal253206312174202542147102
Binary10101011100001101100101011111000100101011000100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86CA; }

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

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

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

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

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

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

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

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