#AA86F6

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

Shades of Biloba Flower #AA86F6

Tints of Biloba Flower #AA86F6

Color information

#AA86F6 (or 0xAA86F6) is unknown color: approx Biloba Flower. HEX triplet: AA, 86 and F6. RGB value is (170,134,246). Sum of RGB (Red+Green+Blue) = 170+134+246=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA86F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86F6 is #557909. Grayscale: #9D9D9D. Windows color (decimal): -5601546 or 16156330. OLE color: 16156330.

HSL color Cylindrical-coordinate representation of color #AA86F6: hue angle of 259.29º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA86F6 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170134246-
CMYK0.310.4600.04
HSL259.29º86.15%74.51%-
HSV(B)259.29º45.53%96.47%-
XYZ41.7432.2591.21-
YUV157.53177.93136.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 246 (96.48% from 255) = 44.73%
R=30.91%
G=24.36%
B=44.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701342460.310.4600.04259.2986.1574.51
HexAA86F61F2E04103564b
Octal252206366375604403126113
Binary10101010100001101111011011111101110010010000001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86F6; }

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

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

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

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

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

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

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

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