#AA87EC

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

Shades of Biloba Flower #AA87EC

Tints of Biloba Flower #AA87EC

Color information

#AA87EC (or 0xAA87EC) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and EC. RGB value is (170,135,236). Sum of RGB (Red+Green+Blue) = 170+135+236=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA87EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA87EC is #557813. Grayscale: #9C9C9C. Windows color (decimal): -5601300 or 15501226. OLE color: 15501226.

HSL color Cylindrical-coordinate representation of color #AA87EC: hue angle of 260.79º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA87EC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170135236-
CMYK0.280.4300.07
HSL260.79º72.66%72.75%-
HSV(B)260.79º42.8%92.55%-
XYZ40.3831.9383.39-
YUV156.98172.6137.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=31.42%
G=24.95%
B=43.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701352360.280.4300.07260.7972.6672.75
HexAA87EC1C2B071054949
Octal252207354345307405111111
Binary10101010100001111110110011100101011011110000010110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87EC; }

 p { color: rgb(170,135,236); }

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

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

 a { background-color: rgb(170,135,236); }

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

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

 span { border-color: rgb(170,135,236); }

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