Shades of Bouquet #AA78A5
Tints of Bouquet #AA78A5
RGB
CMYK
RGB Variations
Color information
#AA78A5 (or 0xAA78A5) is known color: Bouquet. HEX triplet: AA, 78 and A5. RGB value is (170,120,165). Sum of RGB (Red+Green+Blue) = 170+120+165=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA78A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78A5 is #55875A. Grayscale: #8B8B8B. Windows color (decimal): -5605211 or 10844330. OLE color: 10844330.
HSL color Cylindrical-coordinate representation of color #AA78A5: hue angle of 306º 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 #AA78A5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 165 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.33 |
| HSL | 306º | 0.23% | 0.57% | - |
| HSV(B) | 306º | 0.29% | 0.67% | - |
| XYZ | 30.09 | 24.7 | 38.78 | - |
| YUV | 140.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 165 | 0 | 0.29 | 0.03 | 0.33 | 306 | 0.23 | 0.57 |
| Hex | AA | 78 | A5 | 0 | 1D | 3 | 21 | 132 | 17 | 39 |
| Octal | 252 | 170 | 245 | 0 | 35 | 3 | 41 | 462 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10100101 | 0 | 11101 | 11 | 100001 | 100110010 | 10111 | 111001 |
Color Harmonies of #AA78A5
Complementary color
Monochromatic Colors of #AA78A5
Black with #AA78A5
Text Example
Text Example
White with #AA78A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78A5; }
p { color: rgb(170,120,165); }
H1.HeaderClassName
{
color: #AA78A5;
}
.AnyTagClassName
{
color: #AA78A5;
}
</style>
background-color css
<style>
a { background-color: #AA78A5; }
a { background-color: rgb(170,120,165); }
div.DivClassName
{
background-color: #AA78A5;
}
.BgClassName
{
background-color: #AA78A5;
}
</style>
border-color css
<style>
span { border-color: #AA78A5; }
span { border-color: rgb(170,120,165); }
td.TdClassName
{
border-color: #AA78A5;
}
.TagClassName
{
border-color: #AA78A5;
}
</style>