#AA7894

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

Shades of Bouquet #AA7894

Tints of Bouquet #AA7894

Color information

#AA7894 (or 0xAA7894) is unknown color: approx Bouquet. HEX triplet: AA, 78 and 94. RGB value is (170,120,148). Sum of RGB (Red+Green+Blue) = 170+120+148=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7894 is #55876B. Grayscale: #8A8A8A. Windows color (decimal): -5605228 or 9730218. OLE color: 9730218.

HSL color Cylindrical-coordinate representation of color #AA7894: hue angle of 326.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7894 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB170120148-
CMYK00.290.130.33
HSL326.4º22.73%56.86%-
HSV(B)326.4º29.41%66.67%-
XYZ28.6424.1231.16-
YUV138.14133.56150.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=38.81%
G=27.40%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012014800.290.130.33326.422.7356.86
HexAA789401DD211461739
Octal25217022403515415062771
Binary10101010111100010010100011101110110000110100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7894; }

 p { color: rgb(170,120,148); }

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

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

 a { background-color: rgb(170,120,148); }

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

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

 span { border-color: rgb(170,120,148); }

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