#AA73A1

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

Shades of Bouquet #AA73A1

Tints of Bouquet #AA73A1

Color information

#AA73A1 (or 0xAA73A1) is unknown color: approx Bouquet. HEX triplet: AA, 73 and A1. RGB value is (170,115,161). Sum of RGB (Red+Green+Blue) = 170+115+161=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA73A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA73A1 is #558C5E. Grayscale: #888888. Windows color (decimal): -5606495 or 10580906. OLE color: 10580906.

HSL color Cylindrical-coordinate representation of color #AA73A1: hue angle of 309.82º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA73A1 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB170115161-
CMYK00.320.050.33
HSL309.82º24.44%55.88%-
HSV(B)309.82º32.35%66.67%-
XYZ29.1423.3836.7-
YUV136.69141.72151.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=38.12%
G=25.78%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011516100.320.050.33309.8224.4455.88
HexAA73A10205211361838
Octal2521632410405414663070
Binary10101010111001110100001010000010110000110011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73A1; }

 p { color: rgb(170,115,161); }

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

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

 a { background-color: rgb(170,115,161); }

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

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

 span { border-color: rgb(170,115,161); }

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