Shades of Jazzberry Jam #A70F5C
Tints of Jazzberry Jam #A70F5C
RGB
CMYK
RGB Variations
Color information
#A70F5C (or 0xA70F5C) is known color: Jazzberry Jam. HEX triplet: A7, 0F and 5C. RGB value is (167,15,92). Sum of RGB (Red+Green+Blue) = 167+15+92=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70F5C is #58F0A3. Grayscale: #454545. Windows color (decimal): -5828772 or 6033319. OLE color: 6033319.
HSL color Cylindrical-coordinate representation of color #A70F5C: hue angle of 329.61º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F5C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 92 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.35 |
| HSL | 329.61º | 0.84% | 0.36% | - |
| HSV(B) | 329.61º | 0.91% | 0.65% | - |
| XYZ | 18.04 | 9.33 | 10.98 | - |
| YUV | 69.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 92 | 0 | 0.91 | 0.45 | 0.35 | 329.61 | 0.84 | 0.36 |
| Hex | A7 | F | 5C | 0 | 5B | 2D | 23 | 14A | 54 | 24 |
| Octal | 247 | 17 | 134 | 0 | 133 | 55 | 43 | 512 | 124 | 44 |
| Binary | 10100111 | 1111 | 1011100 | 0 | 1011011 | 101101 | 100011 | 101001010 | 1010100 | 100100 |
Color Harmonies of #A70F5C
Complementary color
Monochromatic Colors of #A70F5C
Black with #A70F5C
Text Example
Text Example
White with #A70F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F5C; }
p { color: rgb(167,15,92); }
H1.HeaderClassName
{
color: #A70F5C;
}
.AnyTagClassName
{
color: #A70F5C;
}
</style>
background-color css
<style>
a { background-color: #A70F5C; }
a { background-color: rgb(167,15,92); }
div.DivClassName
{
background-color: #A70F5C;
}
.BgClassName
{
background-color: #A70F5C;
}
</style>
border-color css
<style>
span { border-color: #A70F5C; }
span { border-color: rgb(167,15,92); }
td.TdClassName
{
border-color: #A70F5C;
}
.TagClassName
{
border-color: #A70F5C;
}
</style>