Shades of Jazzberry Jam #A80144
Tints of Jazzberry Jam #A80144
RGB
CMYK
RGB Variations
Color information
#A80144 (or 0xA80144) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 44. RGB value is (168,1,68). Sum of RGB (Red+Green+Blue) = 168+1+68=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A80144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80144 is #57FEBB. Grayscale: #3A3A3A. Windows color (decimal): -5766844 or 4456872. OLE color: 4456872.
HSL color Cylindrical-coordinate representation of color #A80144: hue angle of 335.93º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80144 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.34 |
| HSL | 335.93º | 0.99% | 0.33% | - |
| HSV(B) | 335.93º | 0.99% | 0.66% | - |
| XYZ | 17.2 | 8.76 | 6.25 | - |
| YUV | 58.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 68 | 0 | 0.99 | 0.60 | 0.34 | 335.93 | 0.99 | 0.33 |
| Hex | A8 | 1 | 44 | 0 | 63 | 3C | 22 | 150 | 63 | 21 |
| Octal | 250 | 1 | 104 | 0 | 143 | 74 | 42 | 520 | 143 | 41 |
| Binary | 10101000 | 1 | 1000100 | 0 | 1100011 | 111100 | 100010 | 101010000 | 1100011 | 100001 |
Color Harmonies of #A80144
Complementary color
Monochromatic Colors of #A80144
Black with #A80144
Text Example
Text Example
White with #A80144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80144; }
p { color: rgb(168,1,68); }
H1.HeaderClassName
{
color: #A80144;
}
.AnyTagClassName
{
color: #A80144;
}
</style>
background-color css
<style>
a { background-color: #A80144; }
a { background-color: rgb(168,1,68); }
div.DivClassName
{
background-color: #A80144;
}
.BgClassName
{
background-color: #A80144;
}
</style>
border-color css
<style>
span { border-color: #A80144; }
span { border-color: rgb(168,1,68); }
td.TdClassName
{
border-color: #A80144;
}
.TagClassName
{
border-color: #A80144;
}
</style>