Shades of Jazzberry Jam #A70255
Tints of Jazzberry Jam #A70255
RGB
CMYK
RGB Variations
Color information
#A70255 (or 0xA70255) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 55. RGB value is (167,2,85). Sum of RGB (Red+Green+Blue) = 167+2+85=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A70255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70255 is #58FDAA. Grayscale: #3C3C3C. Windows color (decimal): -5832107 or 5571239. OLE color: 5571239.
HSL color Cylindrical-coordinate representation of color #A70255: hue angle of 329.82º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70255 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.35 |
| HSL | 329.82º | 0.98% | 0.33% | - |
| HSV(B) | 329.82º | 0.99% | 0.65% | - |
| XYZ | 17.6 | 8.91 | 9.39 | - |
| YUV | 60.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 85 | 0 | 0.99 | 0.49 | 0.35 | 329.82 | 0.98 | 0.33 |
| Hex | A7 | 2 | 55 | 0 | 63 | 31 | 23 | 14A | 62 | 21 |
| Octal | 247 | 2 | 125 | 0 | 143 | 61 | 43 | 512 | 142 | 41 |
| Binary | 10100111 | 10 | 1010101 | 0 | 1100011 | 110001 | 100011 | 101001010 | 1100010 | 100001 |
Color Harmonies of #A70255
Complementary color
Monochromatic Colors of #A70255
Black with #A70255
Text Example
Text Example
White with #A70255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70255; }
p { color: rgb(167,2,85); }
H1.HeaderClassName
{
color: #A70255;
}
.AnyTagClassName
{
color: #A70255;
}
</style>
background-color css
<style>
a { background-color: #A70255; }
a { background-color: rgb(167,2,85); }
div.DivClassName
{
background-color: #A70255;
}
.BgClassName
{
background-color: #A70255;
}
</style>
border-color css
<style>
span { border-color: #A70255; }
span { border-color: rgb(167,2,85); }
td.TdClassName
{
border-color: #A70255;
}
.TagClassName
{
border-color: #A70255;
}
</style>