Shades of Jazzberry Jam #A01D5C
Tints of Jazzberry Jam #A01D5C
RGB
CMYK
RGB Variations
Color information
#A01D5C (or 0xA01D5C) is known color: Jazzberry Jam. HEX triplet: A0, 1D and 5C. RGB value is (160,29,92). Sum of RGB (Red+Green+Blue) = 160+29+92=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01D5C is #5FE2A3. Grayscale: #4B4B4B. Windows color (decimal): -6283940 or 6036896. OLE color: 6036896.
HSL color Cylindrical-coordinate representation of color #A01D5C: hue angle of 331.15º degrees, saturation: 0.69, 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 #A01D5C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 29 | 92 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.37 |
| HSL | 331.15º | 0.69% | 0.37% | - |
| HSV(B) | 331.15º | 0.82% | 0.63% | - |
| XYZ | 16.87 | 9.13 | 11 | - |
| YUV | 75.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 92 | 0 | 0.82 | 0.43 | 0.37 | 331.15 | 0.69 | 0.37 |
| Hex | A0 | 1D | 5C | 0 | 52 | 2B | 25 | 14B | 45 | 25 |
| Octal | 240 | 35 | 134 | 0 | 122 | 53 | 45 | 513 | 105 | 45 |
| Binary | 10100000 | 11101 | 1011100 | 0 | 1010010 | 101011 | 100101 | 101001011 | 1000101 | 100101 |
Color Harmonies of #A01D5C
Complementary color
Monochromatic Colors of #A01D5C
Black with #A01D5C
Text Example
Text Example
White with #A01D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01D5C; }
p { color: rgb(160,29,92); }
H1.HeaderClassName
{
color: #A01D5C;
}
.AnyTagClassName
{
color: #A01D5C;
}
</style>
background-color css
<style>
a { background-color: #A01D5C; }
a { background-color: rgb(160,29,92); }
div.DivClassName
{
background-color: #A01D5C;
}
.BgClassName
{
background-color: #A01D5C;
}
</style>
border-color css
<style>
span { border-color: #A01D5C; }
span { border-color: rgb(160,29,92); }
td.TdClassName
{
border-color: #A01D5C;
}
.TagClassName
{
border-color: #A01D5C;
}
</style>