#AA87F1

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

Shades of Biloba Flower #AA87F1

Tints of Biloba Flower #AA87F1

Color information

#AA87F1 (or 0xAA87F1) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and F1. RGB value is (170,135,241). Sum of RGB (Red+Green+Blue) = 170+135+241=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA87F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA87F1 is #55780E. Grayscale: #9D9D9D. Windows color (decimal): -5601295 or 15828906. OLE color: 15828906.

HSL color Cylindrical-coordinate representation of color #AA87F1: hue angle of 259.81º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA87F1 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170135241-
CMYK0.290.4400.05
HSL259.81º79.1%73.73%-
HSV(B)259.81º43.98%94.51%-
XYZ41.1232.2287.27-
YUV157.55175.1136.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=31.14%
G=24.73%
B=44.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701352410.290.4400.05259.8179.173.73
HexAA87F11D2C051044f4a
Octal252207361355405404117112
Binary10101010100001111111000111101101100010110000010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87F1; }

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

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

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

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

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

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

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

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