#AA77A0

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

Shades of Bouquet #AA77A0

Tints of Bouquet #AA77A0

Color information

#AA77A0 (or 0xAA77A0) is unknown color: approx Bouquet. HEX triplet: AA, 77 and A0. RGB value is (170,119,160). Sum of RGB (Red+Green+Blue) = 170+119+160=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA77A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77A0 is #55885F. Grayscale: #8A8A8A. Windows color (decimal): -5605472 or 10516394. OLE color: 10516394.

HSL color Cylindrical-coordinate representation of color #AA77A0: hue angle of 311.76º 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 #AA77A0 is Cyan = 0, Magento = 0.3, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170119160-
CMYK00.30.060.33
HSL311.76º23.08%56.67%-
HSV(B)311.76º30%66.67%-
XYZ29.5224.2836.39-
YUV138.92139.9150.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=37.86%
G=26.50%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011916000.30.060.33311.7623.0856.67
HexAA77A001E6211381739
Octal2521672400366414702771
Binary1010101011101111010000001111011010000110011100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77A0; }

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

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

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

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

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

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

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

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