Shades of Jazzberry Jam #A80951
Tints of Jazzberry Jam #A80951
RGB
CMYK
RGB Variations
Color information
#A80951 (or 0xA80951) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 51. RGB value is (168,9,81). Sum of RGB (Red+Green+Blue) = 168+9+81=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A80951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80951 is #57F6AE. Grayscale: #404040. Windows color (decimal): -5764783 or 5310888. OLE color: 5310888.
HSL color Cylindrical-coordinate representation of color #A80951: hue angle of 332.83º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80951 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 81 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.34 |
| HSL | 332.83º | 0.9% | 0.35% | - |
| HSV(B) | 332.83º | 0.95% | 0.66% | - |
| XYZ | 17.73 | 9.11 | 8.61 | - |
| YUV | 64.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 81 | 0 | 0.95 | 0.52 | 0.34 | 332.83 | 0.9 | 0.35 |
| Hex | A8 | 9 | 51 | 0 | 5F | 34 | 22 | 14D | 5A | 23 |
| Octal | 250 | 11 | 121 | 0 | 137 | 64 | 42 | 515 | 132 | 43 |
| Binary | 10101000 | 1001 | 1010001 | 0 | 1011111 | 110100 | 100010 | 101001101 | 1011010 | 100011 |
Color Harmonies of #A80951
Complementary color
Monochromatic Colors of #A80951
Black with #A80951
Text Example
Text Example
White with #A80951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80951; }
p { color: rgb(168,9,81); }
H1.HeaderClassName
{
color: #A80951;
}
.AnyTagClassName
{
color: #A80951;
}
</style>
background-color css
<style>
a { background-color: #A80951; }
a { background-color: rgb(168,9,81); }
div.DivClassName
{
background-color: #A80951;
}
.BgClassName
{
background-color: #A80951;
}
</style>
border-color css
<style>
span { border-color: #A80951; }
span { border-color: rgb(168,9,81); }
td.TdClassName
{
border-color: #A80951;
}
.TagClassName
{
border-color: #A80951;
}
</style>