Shades of Jazzberry Jam #A70352
Tints of Jazzberry Jam #A70352
RGB
CMYK
RGB Variations
Color information
#A70352 (or 0xA70352) is known color: Jazzberry Jam. HEX triplet: A7, 03 and 52. RGB value is (167,3,82). Sum of RGB (Red+Green+Blue) = 167+3+82=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A70352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70352 is #58FCAD. Grayscale: #3C3C3C. Windows color (decimal): -5831854 or 5374887. OLE color: 5374887.
HSL color Cylindrical-coordinate representation of color #A70352: hue angle of 331.1º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70352 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.35 |
| HSL | 331.1º | 0.96% | 0.33% | - |
| HSV(B) | 331.1º | 0.98% | 0.65% | - |
| XYZ | 17.49 | 8.89 | 8.78 | - |
| YUV | 61.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 82 | 0 | 0.98 | 0.51 | 0.35 | 331.1 | 0.96 | 0.33 |
| Hex | A7 | 3 | 52 | 0 | 62 | 33 | 23 | 14B | 60 | 21 |
| Octal | 247 | 3 | 122 | 0 | 142 | 63 | 43 | 513 | 140 | 41 |
| Binary | 10100111 | 11 | 1010010 | 0 | 1100010 | 110011 | 100011 | 101001011 | 1100000 | 100001 |
Color Harmonies of #A70352
Complementary color
Monochromatic Colors of #A70352
Black with #A70352
Text Example
Text Example
White with #A70352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70352; }
p { color: rgb(167,3,82); }
H1.HeaderClassName
{
color: #A70352;
}
.AnyTagClassName
{
color: #A70352;
}
</style>
background-color css
<style>
a { background-color: #A70352; }
a { background-color: rgb(167,3,82); }
div.DivClassName
{
background-color: #A70352;
}
.BgClassName
{
background-color: #A70352;
}
</style>
border-color css
<style>
span { border-color: #A70352; }
span { border-color: rgb(167,3,82); }
td.TdClassName
{
border-color: #A70352;
}
.TagClassName
{
border-color: #A70352;
}
</style>