Shades of Bouquet #A5819A
Tints of Bouquet #A5819A
RGB
CMYK
RGB Variations
Color information
#A5819A (or 0xA5819A) is known color: Bouquet. HEX triplet: A5, 81 and 9A. RGB value is (165,129,154). Sum of RGB (Red+Green+Blue) = 165+129+154=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A5819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5819A is #5A7E65. Grayscale: #8E8E8E. Windows color (decimal): -5930598 or 10125733. OLE color: 10125733.
HSL color Cylindrical-coordinate representation of color #A5819A: hue angle of 318.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5819A is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 129 | 154 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.35 |
| HSL | 318.33º | 0.17% | 0.58% | - |
| HSV(B) | 318.33º | 0.22% | 0.65% | - |
| XYZ | 29.2 | 26.03 | 34.06 | - |
| YUV | 142.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 154 | 0 | 0.22 | 0.07 | 0.35 | 318.33 | 0.17 | 0.58 |
| Hex | A5 | 81 | 9A | 0 | 16 | 7 | 23 | 13E | 11 | 3A |
| Octal | 245 | 201 | 232 | 0 | 26 | 7 | 43 | 476 | 21 | 72 |
| Binary | 10100101 | 10000001 | 10011010 | 0 | 10110 | 111 | 100011 | 100111110 | 10001 | 111010 |
Color Harmonies of #A5819A
Complementary color
Monochromatic Colors of #A5819A
Black with #A5819A
Text Example
Text Example
White with #A5819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5819A; }
p { color: rgb(165,129,154); }
H1.HeaderClassName
{
color: #A5819A;
}
.AnyTagClassName
{
color: #A5819A;
}
</style>
background-color css
<style>
a { background-color: #A5819A; }
a { background-color: rgb(165,129,154); }
div.DivClassName
{
background-color: #A5819A;
}
.BgClassName
{
background-color: #A5819A;
}
</style>
border-color css
<style>
span { border-color: #A5819A; }
span { border-color: rgb(165,129,154); }
td.TdClassName
{
border-color: #A5819A;
}
.TagClassName
{
border-color: #A5819A;
}
</style>