#AA86CF

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

Shades of Biloba Flower #AA86CF

Tints of Biloba Flower #AA86CF

Color information

#AA86CF (or 0xAA86CF) is unknown color: approx Biloba Flower. HEX triplet: AA, 86 and CF. RGB value is (170,134,207). Sum of RGB (Red+Green+Blue) = 170+134+207=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA86CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86CF is #557930. Grayscale: #989898. Windows color (decimal): -5601585 or 13600426. OLE color: 13600426.

HSL color Cylindrical-coordinate representation of color #AA86CF: hue angle of 269.59º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA86CF is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170134207-
CMYK0.180.3500.19
HSL269.59º43.2%66.86%-
HSV(B)269.59º35.27%81.18%-
XYZ36.3730.162.92-
YUV153.09158.43140.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=33.27%
G=26.22%
B=40.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701342070.180.3500.19269.5943.266.86
HexAA86CF122301310e2b43
Octal252206317224302341653103
Binary101010101000011011001111100101000110100111000011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86CF; }

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

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

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

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

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

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

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

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