#AA77A1

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

Shades of Bouquet #AA77A1

Tints of Bouquet #AA77A1

Color information

#AA77A1 (or 0xAA77A1) is unknown color: approx Bouquet. HEX triplet: AA, 77 and A1. RGB value is (170,119,161). Sum of RGB (Red+Green+Blue) = 170+119+161=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA77A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77A1 is #55885E. Grayscale: #8A8A8A. Windows color (decimal): -5605471 or 10581930. OLE color: 10581930.

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

Color convert

RGB170119161-
CMYK00.30.050.33
HSL310.59º23.08%56.67%-
HSV(B)310.59º30%66.67%-
XYZ29.6124.3136.85-
YUV139.04140.4150.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=37.78%
G=26.44%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011916100.30.050.33310.5923.0856.67
HexAA77A101E5211371739
Octal2521672410365414672771
Binary1010101011101111010000101111010110000110011011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77A1; }

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

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

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

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

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

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

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

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