#AA86D4

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

Shades of Biloba Flower #AA86D4

Tints of Biloba Flower #AA86D4

Color information

#AA86D4 (or 0xAA86D4) is unknown color: approx Biloba Flower. HEX triplet: AA, 86 and D4. RGB value is (170,134,212). Sum of RGB (Red+Green+Blue) = 170+134+212=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA86D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86D4 is #55792B. Grayscale: #999999. Windows color (decimal): -5601580 or 13928106. OLE color: 13928106.

HSL color Cylindrical-coordinate representation of color #AA86D4: hue angle of 267.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA86D4 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170134212-
CMYK0.200.3700.17
HSL267.69º47.56%67.84%-
HSV(B)267.69º36.79%83.14%-
XYZ36.9930.3566.2-
YUV153.66160.93139.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 212 (83.20% from 255) = 41.09%
R=32.95%
G=25.97%
B=41.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701342120.200.3700.17267.6947.5667.84
HexAA86D4142501110c3044
Octal252206324244502141460104
Binary101010101000011011010100101001001010100011000011001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86D4; }

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

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

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

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

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

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

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

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