#AA87E1

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

Shades of Biloba Flower #AA87E1

Tints of Biloba Flower #AA87E1

Color information

#AA87E1 (or 0xAA87E1) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and E1. RGB value is (170,135,225). Sum of RGB (Red+Green+Blue) = 170+135+225=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA87E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87E1 is #55781E. Grayscale: #9B9B9B. Windows color (decimal): -5601311 or 14780330. OLE color: 14780330.

HSL color Cylindrical-coordinate representation of color #AA87E1: hue angle of 263.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA87E1 is Cyan = 0.24, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170135225-
CMYK0.240.400.12
HSL263.33º60%70.59%-
HSV(B)263.33º40%88.24%-
XYZ38.8331.3175.23-
YUV155.72167.1138.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=32.08%
G=25.47%
B=42.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701352250.240.400.12263.336070.59
HexAA87E118280C1073c47
Octal252207341305001440774107
Binary10101010100001111110000111000101000011001000001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87E1; }

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

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

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

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

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

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

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

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