Shades of Jazzberry Jam #A01C72
Tints of Jazzberry Jam #A01C72
RGB
CMYK
RGB Variations
Color information
#A01C72 (or 0xA01C72) is known color: Jazzberry Jam. HEX triplet: A0, 1C and 72. RGB value is (160,28,114). Sum of RGB (Red+Green+Blue) = 160+28+114=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01C72 is #5FE38D. Grayscale: #4D4D4D. Windows color (decimal): -6284174 or 7478432. OLE color: 7478432.
HSL color Cylindrical-coordinate representation of color #A01C72: hue angle of 320.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01C72 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 114 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.37 |
| HSL | 320.91º | 0.7% | 0.37% | - |
| HSV(B) | 320.91º | 0.83% | 0.63% | - |
| XYZ | 17.95 | 9.52 | 16.81 | - |
| YUV | 77.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 114 | 0 | 0.82 | 0.29 | 0.37 | 320.91 | 0.7 | 0.37 |
| Hex | A0 | 1C | 72 | 0 | 52 | 1D | 25 | 141 | 46 | 25 |
| Octal | 240 | 34 | 162 | 0 | 122 | 35 | 45 | 501 | 106 | 45 |
| Binary | 10100000 | 11100 | 1110010 | 0 | 1010010 | 11101 | 100101 | 101000001 | 1000110 | 100101 |
Color Harmonies of #A01C72
Complementary color
Monochromatic Colors of #A01C72
Black with #A01C72
Text Example
Text Example
White with #A01C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C72; }
p { color: rgb(160,28,114); }
H1.HeaderClassName
{
color: #A01C72;
}
.AnyTagClassName
{
color: #A01C72;
}
</style>
background-color css
<style>
a { background-color: #A01C72; }
a { background-color: rgb(160,28,114); }
div.DivClassName
{
background-color: #A01C72;
}
.BgClassName
{
background-color: #A01C72;
}
</style>
border-color css
<style>
span { border-color: #A01C72; }
span { border-color: rgb(160,28,114); }
td.TdClassName
{
border-color: #A01C72;
}
.TagClassName
{
border-color: #A01C72;
}
</style>