#AA87D2

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

Shades of Biloba Flower #AA87D2

Tints of Biloba Flower #AA87D2

Color information

#AA87D2 (or 0xAA87D2) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and D2. RGB value is (170,135,210). Sum of RGB (Red+Green+Blue) = 170+135+210=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA87D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87D2 is #55782D. Grayscale: #999999. Windows color (decimal): -5601326 or 13797290. OLE color: 13797290.

HSL color Cylindrical-coordinate representation of color #AA87D2: hue angle of 268º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA87D2 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170135210-
CMYK0.190.3600.18
HSL268º45.45%67.65%-
HSV(B)268º35.71%82.35%-
XYZ36.8730.5364.92-
YUV154.01159.6139.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=33.01%
G=26.21%
B=40.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701352100.190.3600.1826845.4567.65
HexAA87D2132401210c2d44
Octal252207322234402241455104
Binary101010101000011111010010100111001000100101000011001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87D2; }

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

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

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

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

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

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

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

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