Shades of Jazzberry Jam #A00452
Tints of Jazzberry Jam #A00452
RGB
CMYK
RGB Variations
Color information
#A00452 (or 0xA00452) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 52. RGB value is (160,4,82). Sum of RGB (Red+Green+Blue) = 160+4+82=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A00452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00452 is #5FFBAD. Grayscale: #3B3B3B. Windows color (decimal): -6290350 or 5375136. OLE color: 5375136.
HSL color Cylindrical-coordinate representation of color #A00452: hue angle of 330º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00452 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 82 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.37 |
| HSL | 330º | 0.95% | 0.32% | - |
| HSV(B) | 330º | 0.98% | 0.63% | - |
| XYZ | 16.06 | 8.17 | 8.71 | - |
| YUV | 59.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 82 | 0 | 0.98 | 0.49 | 0.37 | 330 | 0.95 | 0.32 |
| Hex | A0 | 4 | 52 | 0 | 62 | 31 | 25 | 14A | 5F | 20 |
| Octal | 240 | 4 | 122 | 0 | 142 | 61 | 45 | 512 | 137 | 40 |
| Binary | 10100000 | 100 | 1010010 | 0 | 1100010 | 110001 | 100101 | 101001010 | 1011111 | 100000 |
Color Harmonies of #A00452
Complementary color
Monochromatic Colors of #A00452
Black with #A00452
Text Example
Text Example
White with #A00452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00452; }
p { color: rgb(160,4,82); }
H1.HeaderClassName
{
color: #A00452;
}
.AnyTagClassName
{
color: #A00452;
}
</style>
background-color css
<style>
a { background-color: #A00452; }
a { background-color: rgb(160,4,82); }
div.DivClassName
{
background-color: #A00452;
}
.BgClassName
{
background-color: #A00452;
}
</style>
border-color css
<style>
span { border-color: #A00452; }
span { border-color: rgb(160,4,82); }
td.TdClassName
{
border-color: #A00452;
}
.TagClassName
{
border-color: #A00452;
}
</style>