Shades of Bouquet #A96F9A
Tints of Bouquet #A96F9A
RGB
CMYK
RGB Variations
Color information
#A96F9A (or 0xA96F9A) is known color: Bouquet. HEX triplet: A9, 6F and 9A. RGB value is (169,111,154). Sum of RGB (Red+Green+Blue) = 169+111+154=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96F9A is #569065. Grayscale: #858585. Windows color (decimal): -5673062 or 10121129. OLE color: 10121129.
HSL color Cylindrical-coordinate representation of color #A96F9A: hue angle of 315.52º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A96F9A is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 154 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.34 |
| HSL | 315.52º | 0.25% | 0.55% | - |
| HSV(B) | 315.52º | 0.34% | 0.66% | - |
| XYZ | 27.88 | 22.14 | 33.38 | - |
| YUV | 133.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 154 | 0 | 0.34 | 0.09 | 0.34 | 315.52 | 0.25 | 0.55 |
| Hex | A9 | 6F | 9A | 0 | 22 | 9 | 22 | 13C | 19 | 37 |
| Octal | 251 | 157 | 232 | 0 | 42 | 11 | 42 | 474 | 31 | 67 |
| Binary | 10101001 | 1101111 | 10011010 | 0 | 100010 | 1001 | 100010 | 100111100 | 11001 | 110111 |
Color Harmonies of #A96F9A
Complementary color
Monochromatic Colors of #A96F9A
Black with #A96F9A
Text Example
Text Example
White with #A96F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F9A; }
p { color: rgb(169,111,154); }
H1.HeaderClassName
{
color: #A96F9A;
}
.AnyTagClassName
{
color: #A96F9A;
}
</style>
background-color css
<style>
a { background-color: #A96F9A; }
a { background-color: rgb(169,111,154); }
div.DivClassName
{
background-color: #A96F9A;
}
.BgClassName
{
background-color: #A96F9A;
}
</style>
border-color css
<style>
span { border-color: #A96F9A; }
span { border-color: rgb(169,111,154); }
td.TdClassName
{
border-color: #A96F9A;
}
.TagClassName
{
border-color: #A96F9A;
}
</style>