Shades of Jazzberry Jam #A0023F
Tints of Jazzberry Jam #A0023F
RGB
CMYK
RGB Variations
Color information
#A0023F (or 0xA0023F) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 3F. RGB value is (160,2,63). Sum of RGB (Red+Green+Blue) = 160+2+63=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0023F is #5FFDC0. Grayscale: #383838. Windows color (decimal): -6290881 or 4129440. OLE color: 4129440.
HSL color Cylindrical-coordinate representation of color #A0023F: hue angle of 336.84º 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 #A0023F is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.37 |
| HSL | 336.84º | 0.98% | 0.32% | - |
| HSV(B) | 336.84º | 0.99% | 0.63% | - |
| XYZ | 15.42 | 7.88 | 5.41 | - |
| YUV | 56.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 63 | 0 | 0.99 | 0.61 | 0.37 | 336.84 | 0.98 | 0.32 |
| Hex | A0 | 2 | 3F | 0 | 63 | 3D | 25 | 151 | 62 | 20 |
| Octal | 240 | 2 | 77 | 0 | 143 | 75 | 45 | 521 | 142 | 40 |
| Binary | 10100000 | 10 | 111111 | 0 | 1100011 | 111101 | 100101 | 101010001 | 1100010 | 100000 |
Color Harmonies of #A0023F
Complementary color
Monochromatic Colors of #A0023F
Black with #A0023F
Text Example
Text Example
White with #A0023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0023F; }
p { color: rgb(160,2,63); }
H1.HeaderClassName
{
color: #A0023F;
}
.AnyTagClassName
{
color: #A0023F;
}
</style>
background-color css
<style>
a { background-color: #A0023F; }
a { background-color: rgb(160,2,63); }
div.DivClassName
{
background-color: #A0023F;
}
.BgClassName
{
background-color: #A0023F;
}
</style>
border-color css
<style>
span { border-color: #A0023F; }
span { border-color: rgb(160,2,63); }
td.TdClassName
{
border-color: #A0023F;
}
.TagClassName
{
border-color: #A0023F;
}
</style>