Shades of Jazzberry Jam #A01D6B
Tints of Jazzberry Jam #A01D6B
RGB
CMYK
RGB Variations
Color information
#A01D6B (or 0xA01D6B) is known color: Jazzberry Jam. HEX triplet: A0, 1D and 6B. RGB value is (160,29,107). Sum of RGB (Red+Green+Blue) = 160+29+107=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01D6B is #5FE294. Grayscale: #4C4C4C. Windows color (decimal): -6283925 or 7019936. OLE color: 7019936.
HSL color Cylindrical-coordinate representation of color #A01D6B: hue angle of 324.27º 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 #A01D6B is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 29 | 107 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.37 |
| HSL | 324.27º | 0.69% | 0.37% | - |
| HSV(B) | 324.27º | 0.82% | 0.63% | - |
| XYZ | 17.59 | 9.41 | 14.8 | - |
| YUV | 77.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 107 | 0 | 0.82 | 0.33 | 0.37 | 324.27 | 0.69 | 0.37 |
| Hex | A0 | 1D | 6B | 0 | 52 | 21 | 25 | 144 | 45 | 25 |
| Octal | 240 | 35 | 153 | 0 | 122 | 41 | 45 | 504 | 105 | 45 |
| Binary | 10100000 | 11101 | 1101011 | 0 | 1010010 | 100001 | 100101 | 101000100 | 1000101 | 100101 |
Color Harmonies of #A01D6B
Complementary color
Monochromatic Colors of #A01D6B
Black with #A01D6B
Text Example
Text Example
White with #A01D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01D6B; }
p { color: rgb(160,29,107); }
H1.HeaderClassName
{
color: #A01D6B;
}
.AnyTagClassName
{
color: #A01D6B;
}
</style>
background-color css
<style>
a { background-color: #A01D6B; }
a { background-color: rgb(160,29,107); }
div.DivClassName
{
background-color: #A01D6B;
}
.BgClassName
{
background-color: #A01D6B;
}
</style>
border-color css
<style>
span { border-color: #A01D6B; }
span { border-color: rgb(160,29,107); }
td.TdClassName
{
border-color: #A01D6B;
}
.TagClassName
{
border-color: #A01D6B;
}
</style>