Shades of Jazzberry Jam #A0013F
Tints of Jazzberry Jam #A0013F
RGB
CMYK
RGB Variations
Color information
#A0013F (or 0xA0013F) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 3F. RGB value is (160,1,63). Sum of RGB (Red+Green+Blue) = 160+1+63=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A0013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0013F is #5FFEC0. Grayscale: #373737. Windows color (decimal): -6291137 or 4129184. OLE color: 4129184.
HSL color Cylindrical-coordinate representation of color #A0013F: hue angle of 336.6º degrees, saturation: 0.99, 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 #A0013F is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.37 |
| HSL | 336.6º | 0.99% | 0.32% | - |
| HSV(B) | 336.6º | 0.99% | 0.63% | - |
| XYZ | 15.41 | 7.85 | 5.41 | - |
| YUV | 55.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 63 | 0 | 0.99 | 0.61 | 0.37 | 336.6 | 0.99 | 0.32 |
| Hex | A0 | 1 | 3F | 0 | 63 | 3D | 25 | 151 | 63 | 20 |
| Octal | 240 | 1 | 77 | 0 | 143 | 75 | 45 | 521 | 143 | 40 |
| Binary | 10100000 | 1 | 111111 | 0 | 1100011 | 111101 | 100101 | 101010001 | 1100011 | 100000 |
Color Harmonies of #A0013F
Complementary color
Monochromatic Colors of #A0013F
Black with #A0013F
Text Example
Text Example
White with #A0013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0013F; }
p { color: rgb(160,1,63); }
H1.HeaderClassName
{
color: #A0013F;
}
.AnyTagClassName
{
color: #A0013F;
}
</style>
background-color css
<style>
a { background-color: #A0013F; }
a { background-color: rgb(160,1,63); }
div.DivClassName
{
background-color: #A0013F;
}
.BgClassName
{
background-color: #A0013F;
}
</style>
border-color css
<style>
span { border-color: #A0013F; }
span { border-color: rgb(160,1,63); }
td.TdClassName
{
border-color: #A0013F;
}
.TagClassName
{
border-color: #A0013F;
}
</style>