#aa86e6

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

Shades of Biloba Flower #AA86E6

Tints of Biloba Flower #AA86E6

Color information

#AA86E6 (or 0xAA86E6) is unknown color: approx Biloba Flower. HEX triplet: AA, 86 and E6. RGB value is (170,134,230). Sum of RGB (Red+Green+Blue) = 170+134+230=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA86E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86E6 is #557919. Grayscale: #9B9B9B. Windows color (decimal): -5601562 or 15107754. OLE color: 15107754.

HSL color Cylindrical-coordinate representation of color #AA86E6: hue angle of 262.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA86E6 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170134230-
CMYK0.260.4200.10
HSL262.5º65.75%71.37%-
HSV(B)262.5º41.74%90.2%-
XYZ39.3931.3178.83-
YUV155.71169.93138.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 230 (90.23% from 255) = 43.07%
R=31.84%
G=25.09%
B=43.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701342300.260.4200.10262.565.7571.37
HexAA86E61A2A0A1064247
Octal2522063463252012406102107
Binary101010101000011011100110110101010100101010000011010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa86e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa86e6; }

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

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

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

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

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

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

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

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