Shades of Jazzberry Jam #A7145F
Tints of Jazzberry Jam #A7145F
RGB
CMYK
RGB Variations
Color information
#A7145F (or 0xA7145F) is known color: Jazzberry Jam. HEX triplet: A7, 14 and 5F. RGB value is (167,20,95). Sum of RGB (Red+Green+Blue) = 167+20+95=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7145F is #58EBA0. Grayscale: #484848. Windows color (decimal): -5827489 or 6231207. OLE color: 6231207.
HSL color Cylindrical-coordinate representation of color #A7145F: hue angle of 329.39º 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 #A7145F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 95 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.35 |
| HSL | 329.39º | 0.79% | 0.37% | - |
| HSV(B) | 329.39º | 0.88% | 0.65% | - |
| XYZ | 18.25 | 9.54 | 11.71 | - |
| YUV | 72.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 95 | 0 | 0.88 | 0.43 | 0.35 | 329.39 | 0.79 | 0.37 |
| Hex | A7 | 14 | 5F | 0 | 58 | 2B | 23 | 149 | 4F | 25 |
| Octal | 247 | 24 | 137 | 0 | 130 | 53 | 43 | 511 | 117 | 45 |
| Binary | 10100111 | 10100 | 1011111 | 0 | 1011000 | 101011 | 100011 | 101001001 | 1001111 | 100101 |
Color Harmonies of #A7145F
Complementary color
Monochromatic Colors of #A7145F
Black with #A7145F
Text Example
Text Example
White with #A7145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7145F; }
p { color: rgb(167,20,95); }
H1.HeaderClassName
{
color: #A7145F;
}
.AnyTagClassName
{
color: #A7145F;
}
</style>
background-color css
<style>
a { background-color: #A7145F; }
a { background-color: rgb(167,20,95); }
div.DivClassName
{
background-color: #A7145F;
}
.BgClassName
{
background-color: #A7145F;
}
</style>
border-color css
<style>
span { border-color: #A7145F; }
span { border-color: rgb(167,20,95); }
td.TdClassName
{
border-color: #A7145F;
}
.TagClassName
{
border-color: #A7145F;
}
</style>