#AA86BD

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

Shades of East Side #AA86BD

Tints of East Side #AA86BD

Color information

#AA86BD (or 0xAA86BD) is unknown color: approx East Side. HEX triplet: AA, 86 and BD. RGB value is (170,134,189). Sum of RGB (Red+Green+Blue) = 170+134+189=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA86BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86BD is #557942. Grayscale: #969696. Windows color (decimal): -5601603 or 12420778. OLE color: 12420778.

HSL color Cylindrical-coordinate representation of color #AA86BD: hue angle of 279.27º 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 #AA86BD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170134189-
CMYK0.100.2900.26
HSL279.27º29.41%63.33%-
HSV(B)279.27º29.1%74.12%-
XYZ34.2929.2751.99-
YUV151.03149.43141.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=34.48%
G=27.18%
B=38.34%

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
Decimal1701341890.100.2900.26279.2729.4163.33
HexAA86BDA1D01A1171d3f
Octal25220627512350324273577
Binary10101010100001101011110110101110101101010001011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86BD; }

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

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

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

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

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

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

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

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