Shades of Jazzberry Jam #A00150
Tints of Jazzberry Jam #A00150
RGB
CMYK
RGB Variations
Color information
#A00150 (or 0xA00150) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 50. RGB value is (160,1,80). Sum of RGB (Red+Green+Blue) = 160+1+80=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A00150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00150 is #5FFEAF. Grayscale: #393939. Windows color (decimal): -6291120 or 5243296. OLE color: 5243296.
HSL color Cylindrical-coordinate representation of color #A00150: hue angle of 330.19º 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 #A00150 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.37 |
| HSL | 330.19º | 0.99% | 0.32% | - |
| HSV(B) | 330.19º | 0.99% | 0.63% | - |
| XYZ | 15.96 | 8.07 | 8.31 | - |
| YUV | 57.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 80 | 0 | 0.99 | 0.5 | 0.37 | 330.19 | 0.99 | 0.32 |
| Hex | A0 | 1 | 50 | 0 | 63 | 32 | 25 | 14A | 63 | 20 |
| Octal | 240 | 1 | 120 | 0 | 143 | 62 | 45 | 512 | 143 | 40 |
| Binary | 10100000 | 1 | 1010000 | 0 | 1100011 | 110010 | 100101 | 101001010 | 1100011 | 100000 |
Color Harmonies of #A00150
Complementary color
Monochromatic Colors of #A00150
Black with #A00150
Text Example
Text Example
White with #A00150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00150; }
p { color: rgb(160,1,80); }
H1.HeaderClassName
{
color: #A00150;
}
.AnyTagClassName
{
color: #A00150;
}
</style>
background-color css
<style>
a { background-color: #A00150; }
a { background-color: rgb(160,1,80); }
div.DivClassName
{
background-color: #A00150;
}
.BgClassName
{
background-color: #A00150;
}
</style>
border-color css
<style>
span { border-color: #A00150; }
span { border-color: rgb(160,1,80); }
td.TdClassName
{
border-color: #A00150;
}
.TagClassName
{
border-color: #A00150;
}
</style>