#AA7AA3

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

Shades of Bouquet #AA7AA3

Tints of Bouquet #AA7AA3

Color information

#AA7AA3 (or 0xAA7AA3) is unknown color: approx Bouquet. HEX triplet: AA, 7A and A3. RGB value is (170,122,163). Sum of RGB (Red+Green+Blue) = 170+122+163=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AA3 is #55855C. Grayscale: #8C8C8C. Windows color (decimal): -5604701 or 10713770. OLE color: 10713770.

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

Color convert

RGB170122163-
CMYK00.280.040.33
HSL308.75º22.02%57.25%-
HSV(B)308.75º28.24%66.67%-
XYZ30.1525.1137.91-
YUV141.03140.4148.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 163 (64.06% from 255) = 35.82%
R=37.36%
G=26.81%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012216300.280.040.33308.7522.0257.25
HexAA7AA301C4211351639
Octal2521722430344414652671
Binary1010101011110101010001101110010010000110011010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7AA3; }

 p { color: rgb(170,122,163); }

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

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

 a { background-color: rgb(170,122,163); }

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

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

 span { border-color: rgb(170,122,163); }

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