#AA819F

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

Shades of Bouquet #AA819F

Tints of Bouquet #AA819F

Color information

#AA819F (or 0xAA819F) is unknown color: approx Bouquet. HEX triplet: AA, 81 and 9F. RGB value is (170,129,159). Sum of RGB (Red+Green+Blue) = 170+129+159=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA819F is #557E60. Grayscale: #909090. Windows color (decimal): -5602913 or 10453418. OLE color: 10453418.

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

Color convert

RGB170129159-
CMYK00.240.060.33
HSL316.1º19.43%58.63%-
HSV(B)316.1º24.12%66.67%-
XYZ30.6926.7536.35-
YUV144.68136.08146.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=37.12%
G=28.17%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012915900.240.060.33316.119.4358.63
HexAA819F01862113c133b
Octal2522012370306414742373
Binary10101010100000011001111101100011010000110011110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA819F; }

 p { color: rgb(170,129,159); }

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

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

 a { background-color: rgb(170,129,159); }

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

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

 span { border-color: rgb(170,129,159); }

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