#AA82D9

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

Shades of Biloba Flower #AA82D9

Tints of Biloba Flower #AA82D9

Color information

#AA82D9 (or 0xAA82D9) is unknown color: approx Biloba Flower. HEX triplet: AA, 82 and D9. RGB value is (170,130,217). Sum of RGB (Red+Green+Blue) = 170+130+217=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA82D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82D9 is #557D26. Grayscale: #979797. Windows color (decimal): -5602599 or 14254762. OLE color: 14254762.

HSL color Cylindrical-coordinate representation of color #AA82D9: hue angle of 267.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA82D9 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170130217-
CMYK0.220.4000.15
HSL267.59º53.37%68.04%-
HSV(B)267.59º40.09%85.1%-
XYZ37.0829.5269.39-
YUV151.88164.75140.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=32.88%
G=25.15%
B=41.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701302170.220.4000.15267.5953.3768.04
HexAA82D916280F10c3544
Octal252202331265001741465104
Binary10101010100000101101100110110101000011111000011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82D9; }

 p { color: rgb(170,130,217); }

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

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

 a { background-color: rgb(170,130,217); }

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

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

 span { border-color: rgb(170,130,217); }

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