#AA86BF

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

Shades of East Side #AA86BF

Tints of East Side #AA86BF

Color information

#AA86BF (or 0xAA86BF) is unknown color: approx East Side. HEX triplet: AA, 86 and BF. RGB value is (170,134,191). Sum of RGB (Red+Green+Blue) = 170+134+191=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA86BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86BF is #557940. Grayscale: #979797. Windows color (decimal): -5601601 or 12551850. OLE color: 12551850.

HSL color Cylindrical-coordinate representation of color #AA86BF: hue angle of 277.89º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA86BF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170134191-
CMYK0.110.3000.25
HSL277.89º30.81%63.73%-
HSV(B)277.89º29.84%74.9%-
XYZ34.5129.3653.14-
YUV151.26150.43141.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 191 (75% from 255) = 38.59%
R=34.34%
G=27.07%
B=38.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701341910.110.3000.25277.8930.8163.73
HexAA86BFB1E0191161f40
Octal252206277133603142637100
Binary101010101000011010111111101111110011001100010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86BF; }

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

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

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

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

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

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

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

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