#AA84DD

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

Shades of Biloba Flower #AA84DD

Tints of Biloba Flower #AA84DD

Color information

#AA84DD (or 0xAA84DD) is unknown color: approx Biloba Flower. HEX triplet: AA, 84 and DD. RGB value is (170,132,221). Sum of RGB (Red+Green+Blue) = 170+132+221=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84DD is #557B22. Grayscale: #999999. Windows color (decimal): -5602083 or 14517418. OLE color: 14517418.

HSL color Cylindrical-coordinate representation of color #AA84DD: hue angle of 265.62º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA84DD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170132221-
CMYK0.230.4000.13
HSL265.62º56.69%69.22%-
HSV(B)265.62º40.27%86.67%-
XYZ37.8830.2772.25-
YUV153.51166.09139.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=32.50%
G=25.24%
B=42.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701322210.230.4000.13265.6256.6969.22
HexAA84DD17280D10a3945
Octal252204335275001541271105
Binary10101010100001001101110110111101000011011000010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84DD; }

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

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

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

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

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

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

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

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