Shades of Jazzberry Jam #A42175
Tints of Jazzberry Jam #A42175
RGB
CMYK
RGB Variations
Color information
#A42175 (or 0xA42175) is known color: Jazzberry Jam. HEX triplet: A4, 21 and 75. RGB value is (164,33,117). Sum of RGB (Red+Green+Blue) = 164+33+117=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A42175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42175 is #5BDE8A. Grayscale: #515151. Windows color (decimal): -6020747 or 7676324. OLE color: 7676324.
HSL color Cylindrical-coordinate representation of color #A42175: hue angle of 321.53º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42175 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 117 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.36 |
| HSL | 321.53º | 0.66% | 0.39% | - |
| HSV(B) | 321.53º | 0.8% | 0.64% | - |
| XYZ | 19.06 | 10.26 | 17.81 | - |
| YUV | 81.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 117 | 0 | 0.80 | 0.29 | 0.36 | 321.53 | 0.66 | 0.39 |
| Hex | A4 | 21 | 75 | 0 | 50 | 1D | 24 | 142 | 42 | 27 |
| Octal | 244 | 41 | 165 | 0 | 120 | 35 | 44 | 502 | 102 | 47 |
| Binary | 10100100 | 100001 | 1110101 | 0 | 1010000 | 11101 | 100100 | 101000010 | 1000010 | 100111 |
Color Harmonies of #A42175
Complementary color
Monochromatic Colors of #A42175
Black with #A42175
Text Example
Text Example
White with #A42175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42175; }
p { color: rgb(164,33,117); }
H1.HeaderClassName
{
color: #A42175;
}
.AnyTagClassName
{
color: #A42175;
}
</style>
background-color css
<style>
a { background-color: #A42175; }
a { background-color: rgb(164,33,117); }
div.DivClassName
{
background-color: #A42175;
}
.BgClassName
{
background-color: #A42175;
}
</style>
border-color css
<style>
span { border-color: #A42175; }
span { border-color: rgb(164,33,117); }
td.TdClassName
{
border-color: #A42175;
}
.TagClassName
{
border-color: #A42175;
}
</style>