#AA87FB

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

Shades of Biloba Flower #AA87FB

Tints of Biloba Flower #AA87FB

Color information

#AA87FB (or 0xAA87FB) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and FB. RGB value is (170,135,251). Sum of RGB (Red+Green+Blue) = 170+135+251=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA87FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA87FB is #557804. Grayscale: #9E9E9E. Windows color (decimal): -5601285 or 16484266. OLE color: 16484266.

HSL color Cylindrical-coordinate representation of color #AA87FB: hue angle of 258.1º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA87FB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170135251-
CMYK0.320.4600.02
HSL258.1º93.55%75.69%-
HSV(B)258.1º46.22%98.43%-
XYZ42.6532.8495.36-
YUV158.69180.1136.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 135 (53.12% from 255) = 24.28%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=30.58%
G=24.28%
B=45.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701352510.320.4600.02258.193.5575.69
HexAA87FB202E021025e4c
Octal252207373405602402136114
Binary10101010100001111111101110000010111001010000001010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87FB; }

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

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

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

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

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

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

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

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