#AA87E2

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

Shades of Biloba Flower #AA87E2

Tints of Biloba Flower #AA87E2

Color information

#AA87E2 (or 0xAA87E2) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and E2. RGB value is (170,135,226). Sum of RGB (Red+Green+Blue) = 170+135+226=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA87E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87E2 is #55781D. Grayscale: #9B9B9B. Windows color (decimal): -5601310 or 14845866. OLE color: 14845866.

HSL color Cylindrical-coordinate representation of color #AA87E2: hue angle of 263.08º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA87E2 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170135226-
CMYK0.250.4000.11
HSL263.08º61.07%70.78%-
HSV(B)263.08º40.27%88.63%-
XYZ38.9731.3675.95-
YUV155.84167.6138.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 226 (88.67% from 255) = 42.56%
R=32.02%
G=25.42%
B=42.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701352260.250.4000.11263.0861.0770.78
HexAA87E219280B1073d47
Octal252207342315001340775107
Binary10101010100001111110001011001101000010111000001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87E2; }

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

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

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

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

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

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

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

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