Shades of Jazzberry Jam #A00151
Tints of Jazzberry Jam #A00151
RGB
CMYK
RGB Variations
Color information
#A00151 (or 0xA00151) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 51. RGB value is (160,1,81). Sum of RGB (Red+Green+Blue) = 160+1+81=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A00151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00151 is #5FFEAE. Grayscale: #393939. Windows color (decimal): -6291119 or 5308832. OLE color: 5308832.
HSL color Cylindrical-coordinate representation of color #A00151: hue angle of 329.81º 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 #A00151 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.37 |
| HSL | 329.81º | 0.99% | 0.32% | - |
| HSV(B) | 329.81º | 0.99% | 0.63% | - |
| XYZ | 15.99 | 8.09 | 8.5 | - |
| YUV | 57.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 81 | 0 | 0.99 | 0.49 | 0.37 | 329.81 | 0.99 | 0.32 |
| Hex | A0 | 1 | 51 | 0 | 63 | 31 | 25 | 14A | 63 | 20 |
| Octal | 240 | 1 | 121 | 0 | 143 | 61 | 45 | 512 | 143 | 40 |
| Binary | 10100000 | 1 | 1010001 | 0 | 1100011 | 110001 | 100101 | 101001010 | 1100011 | 100000 |
Color Harmonies of #A00151
Complementary color
Monochromatic Colors of #A00151
Black with #A00151
Text Example
Text Example
White with #A00151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00151; }
p { color: rgb(160,1,81); }
H1.HeaderClassName
{
color: #A00151;
}
.AnyTagClassName
{
color: #A00151;
}
</style>
background-color css
<style>
a { background-color: #A00151; }
a { background-color: rgb(160,1,81); }
div.DivClassName
{
background-color: #A00151;
}
.BgClassName
{
background-color: #A00151;
}
</style>
border-color css
<style>
span { border-color: #A00151; }
span { border-color: rgb(160,1,81); }
td.TdClassName
{
border-color: #A00151;
}
.TagClassName
{
border-color: #A00151;
}
</style>