Shades of Bouquet #A583A0
Tints of Bouquet #A583A0
RGB
CMYK
RGB Variations
Color information
#A583A0 (or 0xA583A0) is known color: Bouquet. HEX triplet: A5, 83 and A0. RGB value is (165,131,160). Sum of RGB (Red+Green+Blue) = 165+131+160=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A583A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A583A0 is #5A7C5F. Grayscale: #909090. Windows color (decimal): -5930080 or 10519461. OLE color: 10519461.
HSL color Cylindrical-coordinate representation of color #A583A0: hue angle of 308.82º 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 #A583A0 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 160 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.35 |
| HSL | 308.82º | 0.16% | 0.58% | - |
| HSV(B) | 308.82º | 0.21% | 0.65% | - |
| XYZ | 29.98 | 26.77 | 36.84 | - |
| YUV | 144.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 160 | 0 | 0.21 | 0.03 | 0.35 | 308.82 | 0.16 | 0.58 |
| Hex | A5 | 83 | A0 | 0 | 15 | 3 | 23 | 135 | 10 | 3A |
| Octal | 245 | 203 | 240 | 0 | 25 | 3 | 43 | 465 | 20 | 72 |
| Binary | 10100101 | 10000011 | 10100000 | 0 | 10101 | 11 | 100011 | 100110101 | 10000 | 111010 |
Color Harmonies of #A583A0
Complementary color
Monochromatic Colors of #A583A0
Black with #A583A0
Text Example
Text Example
White with #A583A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A583A0; }
p { color: rgb(165,131,160); }
H1.HeaderClassName
{
color: #A583A0;
}
.AnyTagClassName
{
color: #A583A0;
}
</style>
background-color css
<style>
a { background-color: #A583A0; }
a { background-color: rgb(165,131,160); }
div.DivClassName
{
background-color: #A583A0;
}
.BgClassName
{
background-color: #A583A0;
}
</style>
border-color css
<style>
span { border-color: #A583A0; }
span { border-color: rgb(165,131,160); }
td.TdClassName
{
border-color: #A583A0;
}
.TagClassName
{
border-color: #A583A0;
}
</style>