Shades of Jazzberry Jam #A7005D
Tints of Jazzberry Jam #A7005D
RGB
CMYK
RGB Variations
Color information
#A7005D (or 0xA7005D) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 5D. RGB value is (167,0,93). Sum of RGB (Red+Green+Blue) = 167+0+93=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A7005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7005D is #58FFA2. Grayscale: #3C3C3C. Windows color (decimal): -5832611 or 6095015. OLE color: 6095015.
HSL color Cylindrical-coordinate representation of color #A7005D: hue angle of 326.59º 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 #A7005D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.44 | 0.35 |
| HSL | 326.59º | 1% | 0.33% | - |
| HSV(B) | 326.59º | 1% | 0.65% | - |
| XYZ | 17.91 | 9.01 | 11.15 | - |
| YUV | 60.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 93 | 0 | 1 | 0.44 | 0.35 | 326.59 | 1 | 0.33 |
| Hex | A7 | 0 | 5D | 0 | 64 | 2C | 23 | 147 | 64 | 21 |
| Octal | 247 | 0 | 135 | 0 | 144 | 54 | 43 | 507 | 144 | 41 |
| Binary | 10100111 | 0 | 1011101 | 0 | 1100100 | 101100 | 100011 | 101000111 | 1100100 | 100001 |
Color Harmonies of #A7005D
Complementary color
Monochromatic Colors of #A7005D
Black with #A7005D
Text Example
Text Example
White with #A7005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7005D; }
p { color: rgb(167,0,93); }
H1.HeaderClassName
{
color: #A7005D;
}
.AnyTagClassName
{
color: #A7005D;
}
</style>
background-color css
<style>
a { background-color: #A7005D; }
a { background-color: rgb(167,0,93); }
div.DivClassName
{
background-color: #A7005D;
}
.BgClassName
{
background-color: #A7005D;
}
</style>
border-color css
<style>
span { border-color: #A7005D; }
span { border-color: rgb(167,0,93); }
td.TdClassName
{
border-color: #A7005D;
}
.TagClassName
{
border-color: #A7005D;
}
</style>