#AA87DD

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

Shades of Biloba Flower #AA87DD

Tints of Biloba Flower #AA87DD

Color information

#AA87DD (or 0xAA87DD) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and DD. RGB value is (170,135,221). Sum of RGB (Red+Green+Blue) = 170+135+221=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87DD is #557822. Grayscale: #9A9A9A. Windows color (decimal): -5601315 or 14518186. OLE color: 14518186.

HSL color Cylindrical-coordinate representation of color #AA87DD: hue angle of 264.42º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA87DD is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170135221-
CMYK0.230.3900.13
HSL264.42º55.84%69.8%-
HSV(B)264.42º38.91%86.67%-
XYZ38.2931.0972.39-
YUV155.27165.1138.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=32.32%
G=25.67%
B=42.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701352210.230.3900.13264.4255.8469.8
HexAA87DD17270D1083846
Octal252207335274701541070106
Binary10101010100001111101110110111100111011011000010001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87DD; }

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

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

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

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

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

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

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

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