Shades of Jazzberry Jam #A00F52
Tints of Jazzberry Jam #A00F52
RGB
CMYK
RGB Variations
Color information
#A00F52 (or 0xA00F52) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 52. RGB value is (160,15,82). Sum of RGB (Red+Green+Blue) = 160+15+82=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F52 is #5FF0AD. Grayscale: #414141. Windows color (decimal): -6287534 or 5377952. OLE color: 5377952.
HSL color Cylindrical-coordinate representation of color #A00F52: hue angle of 332.28º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F52 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 82 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.37 |
| HSL | 332.28º | 0.83% | 0.34% | - |
| HSV(B) | 332.28º | 0.91% | 0.63% | - |
| XYZ | 16.19 | 8.42 | 8.76 | - |
| YUV | 65.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 82 | 0 | 0.91 | 0.49 | 0.37 | 332.28 | 0.83 | 0.34 |
| Hex | A0 | F | 52 | 0 | 5B | 31 | 25 | 14C | 53 | 22 |
| Octal | 240 | 17 | 122 | 0 | 133 | 61 | 45 | 514 | 123 | 42 |
| Binary | 10100000 | 1111 | 1010010 | 0 | 1011011 | 110001 | 100101 | 101001100 | 1010011 | 100010 |
Color Harmonies of #A00F52
Complementary color
Monochromatic Colors of #A00F52
Black with #A00F52
Text Example
Text Example
White with #A00F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F52; }
p { color: rgb(160,15,82); }
H1.HeaderClassName
{
color: #A00F52;
}
.AnyTagClassName
{
color: #A00F52;
}
</style>
background-color css
<style>
a { background-color: #A00F52; }
a { background-color: rgb(160,15,82); }
div.DivClassName
{
background-color: #A00F52;
}
.BgClassName
{
background-color: #A00F52;
}
</style>
border-color css
<style>
span { border-color: #A00F52; }
span { border-color: rgb(160,15,82); }
td.TdClassName
{
border-color: #A00F52;
}
.TagClassName
{
border-color: #A00F52;
}
</style>