#AB86BD

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

Shades of East Side #AB86BD

Tints of East Side #AB86BD

Color information

#AB86BD (or 0xAB86BD) is unknown color: approx East Side. HEX triplet: AB, 86 and BD. RGB value is (171,134,189). Sum of RGB (Red+Green+Blue) = 171+134+189=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB86BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86BD is #547942. Grayscale: #979797. Windows color (decimal): -5536067 or 12420779. OLE color: 12420779.

HSL color Cylindrical-coordinate representation of color #AB86BD: hue angle of 280.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB86BD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171134189-
CMYK0.100.2900.26
HSL280.36º29.41%63.33%-
HSV(B)280.36º29.1%74.12%-
XYZ34.529.3852-
YUV151.33149.26142.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=34.62%
G=27.13%
B=38.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711341890.100.2900.26280.3629.4163.33
HexAB86BDA1D01A1181d3f
Octal25320627512350324303577
Binary10101011100001101011110110101110101101010001100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86BD; }

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

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

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

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

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

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

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

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