#AA84D5

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

Shades of Biloba Flower #AA84D5

Tints of Biloba Flower #AA84D5

Color information

#AA84D5 (or 0xAA84D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 84 and D5. RGB value is (170,132,213). Sum of RGB (Red+Green+Blue) = 170+132+213=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA84D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84D5 is #557B2A. Grayscale: #989898. Windows color (decimal): -5602091 or 13993130. OLE color: 13993130.

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

Color convert

RGB170132213-
CMYK0.200.3800.16
HSL268.15º49.09%67.65%-
HSV(B)268.15º38.03%83.53%-
XYZ36.8429.8566.77-
YUV152.6162.09140.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=33.01%
G=25.63%
B=41.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701322130.200.3800.16268.1549.0967.65
HexAA84D5142601010c3144
Octal252204325244602041461104
Binary101010101000010011010101101001001100100001000011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84D5; }

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

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

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

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

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

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

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

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