Shades of Bouquet #A2819B
Tints of Bouquet #A2819B
RGB
CMYK
RGB Variations
Color information
#A2819B (or 0xA2819B) is known color: Bouquet. HEX triplet: A2, 81 and 9B. RGB value is (162,129,155). Sum of RGB (Red+Green+Blue) = 162+129+155=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A2819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2819B is #5D7E64. Grayscale: #8D8D8D. Windows color (decimal): -6127205 or 10191266. OLE color: 10191266.
HSL color Cylindrical-coordinate representation of color #A2819B: hue angle of 312.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2819B is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 155 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.36 |
| HSL | 312.73º | 0.15% | 0.57% | - |
| HSV(B) | 312.73º | 0.2% | 0.64% | - |
| XYZ | 28.67 | 25.75 | 34.47 | - |
| YUV | 141.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 155 | 0 | 0.20 | 0.04 | 0.36 | 312.73 | 0.15 | 0.57 |
| Hex | A2 | 81 | 9B | 0 | 14 | 4 | 24 | 139 | F | 39 |
| Octal | 242 | 201 | 233 | 0 | 24 | 4 | 44 | 471 | 17 | 71 |
| Binary | 10100010 | 10000001 | 10011011 | 0 | 10100 | 100 | 100100 | 100111001 | 1111 | 111001 |
Color Harmonies of #A2819B
Complementary color
Monochromatic Colors of #A2819B
Black with #A2819B
Text Example
Text Example
White with #A2819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2819B; }
p { color: rgb(162,129,155); }
H1.HeaderClassName
{
color: #A2819B;
}
.AnyTagClassName
{
color: #A2819B;
}
</style>
background-color css
<style>
a { background-color: #A2819B; }
a { background-color: rgb(162,129,155); }
div.DivClassName
{
background-color: #A2819B;
}
.BgClassName
{
background-color: #A2819B;
}
</style>
border-color css
<style>
span { border-color: #A2819B; }
span { border-color: rgb(162,129,155); }
td.TdClassName
{
border-color: #A2819B;
}
.TagClassName
{
border-color: #A2819B;
}
</style>