Shades of Jazzberry Jam #A00245
Tints of Jazzberry Jam #A00245
RGB
CMYK
RGB Variations
Color information
#A00245 (or 0xA00245) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 45. RGB value is (160,2,69). Sum of RGB (Red+Green+Blue) = 160+2+69=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A00245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00245 is #5FFDBA. Grayscale: #383838. Windows color (decimal): -6290875 or 4522656. OLE color: 4522656.
HSL color Cylindrical-coordinate representation of color #A00245: hue angle of 334.56º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00245 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 69 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.37 |
| HSL | 334.56º | 0.98% | 0.32% | - |
| HSV(B) | 334.56º | 0.99% | 0.63% | - |
| XYZ | 15.59 | 7.95 | 6.34 | - |
| YUV | 56.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 69 | 0 | 0.99 | 0.57 | 0.37 | 334.56 | 0.98 | 0.32 |
| Hex | A0 | 2 | 45 | 0 | 63 | 39 | 25 | 14F | 62 | 20 |
| Octal | 240 | 2 | 105 | 0 | 143 | 71 | 45 | 517 | 142 | 40 |
| Binary | 10100000 | 10 | 1000101 | 0 | 1100011 | 111001 | 100101 | 101001111 | 1100010 | 100000 |
Color Harmonies of #A00245
Complementary color
Monochromatic Colors of #A00245
Black with #A00245
Text Example
Text Example
White with #A00245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00245; }
p { color: rgb(160,2,69); }
H1.HeaderClassName
{
color: #A00245;
}
.AnyTagClassName
{
color: #A00245;
}
</style>
background-color css
<style>
a { background-color: #A00245; }
a { background-color: rgb(160,2,69); }
div.DivClassName
{
background-color: #A00245;
}
.BgClassName
{
background-color: #A00245;
}
</style>
border-color css
<style>
span { border-color: #A00245; }
span { border-color: rgb(160,2,69); }
td.TdClassName
{
border-color: #A00245;
}
.TagClassName
{
border-color: #A00245;
}
</style>