Shades of Jazzberry Jam #A71467
Tints of Jazzberry Jam #A71467
RGB
CMYK
RGB Variations
Color information
#A71467 (or 0xA71467) is known color: Jazzberry Jam. HEX triplet: A7, 14 and 67. RGB value is (167,20,103). Sum of RGB (Red+Green+Blue) = 167+20+103=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A71467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71467 is #58EB98. Grayscale: #494949. Windows color (decimal): -5827481 or 6755495. OLE color: 6755495.
HSL color Cylindrical-coordinate representation of color #A71467: hue angle of 326.12º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71467 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 103 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.35 |
| HSL | 326.12º | 0.79% | 0.37% | - |
| HSV(B) | 326.12º | 0.88% | 0.65% | - |
| XYZ | 18.63 | 9.7 | 13.72 | - |
| YUV | 73.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 103 | 0 | 0.88 | 0.38 | 0.35 | 326.12 | 0.79 | 0.37 |
| Hex | A7 | 14 | 67 | 0 | 58 | 26 | 23 | 146 | 4F | 25 |
| Octal | 247 | 24 | 147 | 0 | 130 | 46 | 43 | 506 | 117 | 45 |
| Binary | 10100111 | 10100 | 1100111 | 0 | 1011000 | 100110 | 100011 | 101000110 | 1001111 | 100101 |
Color Harmonies of #A71467
Complementary color
Monochromatic Colors of #A71467
Black with #A71467
Text Example
Text Example
White with #A71467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71467; }
p { color: rgb(167,20,103); }
H1.HeaderClassName
{
color: #A71467;
}
.AnyTagClassName
{
color: #A71467;
}
</style>
background-color css
<style>
a { background-color: #A71467; }
a { background-color: rgb(167,20,103); }
div.DivClassName
{
background-color: #A71467;
}
.BgClassName
{
background-color: #A71467;
}
</style>
border-color css
<style>
span { border-color: #A71467; }
span { border-color: rgb(167,20,103); }
td.TdClassName
{
border-color: #A71467;
}
.TagClassName
{
border-color: #A71467;
}
</style>