#AA7CA2

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

Shades of Bouquet #AA7CA2

Tints of Bouquet #AA7CA2

Color information

#AA7CA2 (or 0xAA7CA2) is unknown color: approx Bouquet. HEX triplet: AA, 7C and A2. RGB value is (170,124,162). Sum of RGB (Red+Green+Blue) = 170+124+162=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CA2 is #55835D. Grayscale: #8D8D8D. Windows color (decimal): -5604190 or 10648746. OLE color: 10648746.

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

Color convert

RGB170124162-
CMYK00.270.050.33
HSL310.43º21.3%57.65%-
HSV(B)310.43º27.06%66.67%-
XYZ30.3125.5737.52-
YUV142.09139.24147.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=37.28%
G=27.19%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012416200.270.050.33310.4321.357.65
HexAA7CA201B521136153a
Octal2521742420335414662572
Binary1010101011111001010001001101110110000110011011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CA2; }

 p { color: rgb(170,124,162); }

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

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

 a { background-color: rgb(170,124,162); }

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

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

 span { border-color: rgb(170,124,162); }

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