#AA86D0

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

Shades of Biloba Flower #AA86D0

Tints of Biloba Flower #AA86D0

Color information

#AA86D0 (or 0xAA86D0) is unknown color: approx Biloba Flower. HEX triplet: AA, 86 and D0. RGB value is (170,134,208). Sum of RGB (Red+Green+Blue) = 170+134+208=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA86D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86D0 is #55792F. Grayscale: #989898. Windows color (decimal): -5601584 or 13665962. OLE color: 13665962.

HSL color Cylindrical-coordinate representation of color #AA86D0: hue angle of 269.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA86D0 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170134208-
CMYK0.180.3600.18
HSL269.19º44.05%67.06%-
HSV(B)269.19º35.58%81.57%-
XYZ36.4930.1563.57-
YUV153.2158.93139.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 208 (81.64% from 255) = 40.62%
R=33.20%
G=26.17%
B=40.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701342080.180.3600.18269.1944.0567.06
HexAA86D0122401210d2c43
Octal252206320224402241554103
Binary101010101000011011010000100101001000100101000011011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86D0; }

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

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

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

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

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

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

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

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