#AA84D7

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

Shades of Biloba Flower #AA84D7

Tints of Biloba Flower #AA84D7

Color information

#AA84D7 (or 0xAA84D7) is unknown color: approx Biloba Flower. HEX triplet: AA, 84 and D7. RGB value is (170,132,215). Sum of RGB (Red+Green+Blue) = 170+132+215=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA84D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84D7 is #557B28. Grayscale: #989898. Windows color (decimal): -5602089 or 14124202. OLE color: 14124202.

HSL color Cylindrical-coordinate representation of color #AA84D7: hue angle of 267.47º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA84D7 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170132215-
CMYK0.210.3900.16
HSL267.47º50.92%68.04%-
HSV(B)267.47º38.6%84.31%-
XYZ37.0929.9568.12-
YUV152.82163.09140.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=32.88%
G=25.53%
B=41.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701322150.210.3900.16267.4750.9268.04
HexAA84D7152701010b3344
Octal252204327254702041363104
Binary101010101000010011010111101011001110100001000010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84D7; }

 p { color: rgb(170,132,215); }

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

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

 a { background-color: rgb(170,132,215); }

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

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

 span { border-color: rgb(170,132,215); }

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