#AA86E8

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

Shades of Biloba Flower #AA86E8

Tints of Biloba Flower #AA86E8

Color information

#AA86E8 (or 0xAA86E8) is unknown color: approx Biloba Flower. HEX triplet: AA, 86 and E8. RGB value is (170,134,232). Sum of RGB (Red+Green+Blue) = 170+134+232=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA86E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86E8 is #557917. Grayscale: #9B9B9B. Windows color (decimal): -5601560 or 15238826. OLE color: 15238826.

HSL color Cylindrical-coordinate representation of color #AA86E8: hue angle of 262.04º degrees, saturation: 0.68, 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 #AA86E8 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170134232-
CMYK0.270.4200.09
HSL262.04º68.06%71.76%-
HSV(B)262.04º42.24%90.98%-
XYZ39.6731.4280.32-
YUV155.94170.93138.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 232 (91.02% from 255) = 43.28%
R=31.72%
G=25%
B=43.28%

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
Decimal1701342320.270.4200.09262.0468.0671.76
HexAA86E81B2A091064448
Octal2522063503352011406104110
Binary101010101000011011101000110111010100100110000011010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86E8; }

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

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

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

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

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

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

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

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