#AA84DA

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

Shades of Biloba Flower #AA84DA

Tints of Biloba Flower #AA84DA

Color information

#AA84DA (or 0xAA84DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 84 and DA. RGB value is (170,132,218). Sum of RGB (Red+Green+Blue) = 170+132+218=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA84DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84DA is #557B25. Grayscale: #989898. Windows color (decimal): -5602086 or 14320810. OLE color: 14320810.

HSL color Cylindrical-coordinate representation of color #AA84DA: hue angle of 266.51º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA84DA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170132218-
CMYK0.220.3900.15
HSL266.51º53.75%68.63%-
HSV(B)266.51º39.45%85.49%-
XYZ37.4830.1170.17-
YUV153.17164.59140.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=32.69%
G=25.38%
B=41.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701322180.220.3900.15266.5153.7568.63
HexAA84DA16270F10b3645
Octal252204332264701741366105
Binary10101010100001001101101010110100111011111000010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84DA; }

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

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

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

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

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

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

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

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