#AA87D0

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

Shades of Biloba Flower #AA87D0

Tints of Biloba Flower #AA87D0

Color information

#AA87D0 (or 0xAA87D0) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and D0. RGB value is (170,135,208). Sum of RGB (Red+Green+Blue) = 170+135+208=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA87D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87D0 is #55782F. Grayscale: #999999. Windows color (decimal): -5601328 or 13666218. OLE color: 13666218.

HSL color Cylindrical-coordinate representation of color #AA87D0: hue angle of 268.77º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA87D0 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170135208-
CMYK0.180.3500.18
HSL268.77º43.71%67.25%-
HSV(B)268.77º35.1%81.57%-
XYZ36.6330.4363.62-
YUV153.79158.6139.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=33.14%
G=26.32%
B=40.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701352080.180.3500.18268.7743.7167.25
HexAA87D0122301210d2c43
Octal252207320224302241554103
Binary101010101000011111010000100101000110100101000011011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87D0; }

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

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

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

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

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

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

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

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