Shades of Bouquet #A582A0
Tints of Bouquet #A582A0
RGB
CMYK
RGB Variations
Color information
#A582A0 (or 0xA582A0) is known color: Bouquet. HEX triplet: A5, 82 and A0. RGB value is (165,130,160). Sum of RGB (Red+Green+Blue) = 165+130+160=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 165 - color contains mainly: red. Hex color #A582A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582A0 is #5A7D5F. Grayscale: #8F8F8F. Windows color (decimal): -5930336 or 10519205. OLE color: 10519205.
HSL color Cylindrical-coordinate representation of color #A582A0: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A582A0 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 160 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.35 |
| HSL | 308.57º | 0.16% | 0.58% | - |
| HSV(B) | 308.57º | 0.21% | 0.65% | - |
| XYZ | 29.84 | 26.5 | 36.8 | - |
| YUV | 143.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 160 | 0 | 0.21 | 0.03 | 0.35 | 308.57 | 0.16 | 0.58 |
| Hex | A5 | 82 | A0 | 0 | 15 | 3 | 23 | 135 | 10 | 3A |
| Octal | 245 | 202 | 240 | 0 | 25 | 3 | 43 | 465 | 20 | 72 |
| Binary | 10100101 | 10000010 | 10100000 | 0 | 10101 | 11 | 100011 | 100110101 | 10000 | 111010 |
Color Harmonies of #A582A0
Complementary color
Monochromatic Colors of #A582A0
Black with #A582A0
Text Example
Text Example
White with #A582A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582A0; }
p { color: rgb(165,130,160); }
H1.HeaderClassName
{
color: #A582A0;
}
.AnyTagClassName
{
color: #A582A0;
}
</style>
background-color css
<style>
a { background-color: #A582A0; }
a { background-color: rgb(165,130,160); }
div.DivClassName
{
background-color: #A582A0;
}
.BgClassName
{
background-color: #A582A0;
}
</style>
border-color css
<style>
span { border-color: #A582A0; }
span { border-color: rgb(165,130,160); }
td.TdClassName
{
border-color: #A582A0;
}
.TagClassName
{
border-color: #A582A0;
}
</style>