#AA86E9

Color #AA86E9 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AA86E9

Tints of Biloba Flower #AA86E9

Color information

#AA86E9 (or 0xAA86E9) is unknown color: approx Biloba Flower. HEX triplet: AA, 86 and E9. RGB value is (170,134,233). Sum of RGB (Red+Green+Blue) = 170+134+233=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA86E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86E9 is #557916. Grayscale: #9B9B9B. Windows color (decimal): -5601559 or 15304362. OLE color: 15304362.

HSL color Cylindrical-coordinate representation of color #AA86E9: hue angle of 261.82º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA86E9 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170134233-
CMYK0.270.4200.09
HSL261.82º69.23%71.96%-
HSV(B)261.82º42.49%91.37%-
XYZ39.8131.4881.07-
YUV156.05171.43137.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=31.66%
G=24.95%
B=43.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701342330.270.4200.09261.8269.2371.96
HexAA86E91B2A091064548
Octal2522063513352011406105110
Binary101010101000011011101001110111010100100110000011010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86E9; }

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

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

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

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

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

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

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

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