Shades of Jazzberry Jam #A52172
Tints of Jazzberry Jam #A52172
RGB
CMYK
RGB Variations
Color information
#A52172 (or 0xA52172) is known color: Jazzberry Jam. HEX triplet: A5, 21 and 72. RGB value is (165,33,114). Sum of RGB (Red+Green+Blue) = 165+33+114=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A52172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52172 is #5ADE8D. Grayscale: #515151. Windows color (decimal): -5955214 or 7479717. OLE color: 7479717.
HSL color Cylindrical-coordinate representation of color #A52172: hue angle of 323.18º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52172 is Cyan = 0, Magento = 0.8, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 114 | - |
| CMYK | 0 | 0.8 | 0.31 | 0.35 |
| HSL | 323.18º | 0.67% | 0.39% | - |
| HSV(B) | 323.18º | 0.8% | 0.65% | - |
| XYZ | 19.1 | 10.3 | 16.9 | - |
| YUV | 81.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 114 | 0 | 0.8 | 0.31 | 0.35 | 323.18 | 0.67 | 0.39 |
| Hex | A5 | 21 | 72 | 0 | 50 | 1F | 23 | 143 | 43 | 27 |
| Octal | 245 | 41 | 162 | 0 | 120 | 37 | 43 | 503 | 103 | 47 |
| Binary | 10100101 | 100001 | 1110010 | 0 | 1010000 | 11111 | 100011 | 101000011 | 1000011 | 100111 |
Color Harmonies of #A52172
Complementary color
Monochromatic Colors of #A52172
Black with #A52172
Text Example
Text Example
White with #A52172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52172; }
p { color: rgb(165,33,114); }
H1.HeaderClassName
{
color: #A52172;
}
.AnyTagClassName
{
color: #A52172;
}
</style>
background-color css
<style>
a { background-color: #A52172; }
a { background-color: rgb(165,33,114); }
div.DivClassName
{
background-color: #A52172;
}
.BgClassName
{
background-color: #A52172;
}
</style>
border-color css
<style>
span { border-color: #A52172; }
span { border-color: rgb(165,33,114); }
td.TdClassName
{
border-color: #A52172;
}
.TagClassName
{
border-color: #A52172;
}
</style>