#AA87E0

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

Shades of Biloba Flower #AA87E0

Tints of Biloba Flower #AA87E0

Color information

#AA87E0 (or 0xAA87E0) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and E0. RGB value is (170,135,224). Sum of RGB (Red+Green+Blue) = 170+135+224=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA87E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87E0 is #55781F. Grayscale: #9B9B9B. Windows color (decimal): -5601312 or 14714794. OLE color: 14714794.

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

Color convert

RGB170135224-
CMYK0.240.4000.12
HSL263.6º58.94%70.39%-
HSV(B)263.6º39.73%87.84%-
XYZ38.731.2674.51-
YUV155.61166.6138.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=32.14%
G=25.52%
B=42.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701352240.240.4000.12263.658.9470.39
HexAA87E018280C1083b46
Octal252207340305001441073106
Binary10101010100001111110000011000101000011001000010001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87E0; }

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

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

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

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

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

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

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

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