Shades of Bouquet #AA78A2
Tints of Bouquet #AA78A2
RGB
CMYK
RGB Variations
Color information
#AA78A2 (or 0xAA78A2) is known color: Bouquet. HEX triplet: AA, 78 and A2. RGB value is (170,120,162). Sum of RGB (Red+Green+Blue) = 170+120+162=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA78A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78A2 is #55875D. Grayscale: #8B8B8B. Windows color (decimal): -5605214 or 10647722. OLE color: 10647722.
HSL color Cylindrical-coordinate representation of color #AA78A2: hue angle of 309.6º 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 #AA78A2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 162 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.33 |
| HSL | 309.6º | 0.23% | 0.57% | - |
| HSV(B) | 309.6º | 0.29% | 0.67% | - |
| XYZ | 29.82 | 24.59 | 37.36 | - |
| YUV | 139.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 162 | 0 | 0.29 | 0.05 | 0.33 | 309.6 | 0.23 | 0.57 |
| Hex | AA | 78 | A2 | 0 | 1D | 5 | 21 | 136 | 17 | 39 |
| Octal | 252 | 170 | 242 | 0 | 35 | 5 | 41 | 466 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10100010 | 0 | 11101 | 101 | 100001 | 100110110 | 10111 | 111001 |
Color Harmonies of #AA78A2
Complementary color
Monochromatic Colors of #AA78A2
Black with #AA78A2
Text Example
Text Example
White with #AA78A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78A2; }
p { color: rgb(170,120,162); }
H1.HeaderClassName
{
color: #AA78A2;
}
.AnyTagClassName
{
color: #AA78A2;
}
</style>
background-color css
<style>
a { background-color: #AA78A2; }
a { background-color: rgb(170,120,162); }
div.DivClassName
{
background-color: #AA78A2;
}
.BgClassName
{
background-color: #AA78A2;
}
</style>
border-color css
<style>
span { border-color: #AA78A2; }
span { border-color: rgb(170,120,162); }
td.TdClassName
{
border-color: #AA78A2;
}
.TagClassName
{
border-color: #AA78A2;
}
</style>