Shades of Jazzberry Jam #A70045
Tints of Jazzberry Jam #A70045
RGB
CMYK
RGB Variations
Color information
#A70045 (or 0xA70045) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 45. RGB value is (167,0,69). Sum of RGB (Red+Green+Blue) = 167+0+69=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A70045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70045 is #58FFBA. Grayscale: #393939. Windows color (decimal): -5832635 or 4522151. OLE color: 4522151.
HSL color Cylindrical-coordinate representation of color #A70045: hue angle of 335.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70045 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.59 | 0.35 |
| HSL | 335.21º | 1% | 0.33% | - |
| HSV(B) | 335.21º | 1% | 0.65% | - |
| XYZ | 17.01 | 8.65 | 6.4 | - |
| YUV | 57.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 69 | 0 | 1 | 0.59 | 0.35 | 335.21 | 1 | 0.33 |
| Hex | A7 | 0 | 45 | 0 | 64 | 3B | 23 | 14F | 64 | 21 |
| Octal | 247 | 0 | 105 | 0 | 144 | 73 | 43 | 517 | 144 | 41 |
| Binary | 10100111 | 0 | 1000101 | 0 | 1100100 | 111011 | 100011 | 101001111 | 1100100 | 100001 |
Color Harmonies of #A70045
Complementary color
Monochromatic Colors of #A70045
Black with #A70045
Text Example
Text Example
White with #A70045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70045; }
p { color: rgb(167,0,69); }
H1.HeaderClassName
{
color: #A70045;
}
.AnyTagClassName
{
color: #A70045;
}
</style>
background-color css
<style>
a { background-color: #A70045; }
a { background-color: rgb(167,0,69); }
div.DivClassName
{
background-color: #A70045;
}
.BgClassName
{
background-color: #A70045;
}
</style>
border-color css
<style>
span { border-color: #A70045; }
span { border-color: rgb(167,0,69); }
td.TdClassName
{
border-color: #A70045;
}
.TagClassName
{
border-color: #A70045;
}
</style>