Shades of Jazzberry Jam #A80051
Tints of Jazzberry Jam #A80051
RGB
CMYK
RGB Variations
Color information
#A80051 (or 0xA80051) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 51. RGB value is (168,0,81). Sum of RGB (Red+Green+Blue) = 168+0+81=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A80051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80051 is #57FFAE. Grayscale: #3B3B3B. Windows color (decimal): -5767087 or 5308584. OLE color: 5308584.
HSL color Cylindrical-coordinate representation of color #A80051: hue angle of 331.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80051 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.52 | 0.34 |
| HSL | 331.07º | 1% | 0.33% | - |
| HSV(B) | 331.07º | 1% | 0.66% | - |
| XYZ | 17.63 | 8.92 | 8.58 | - |
| YUV | 59.47 | 140.16 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 81 | 0 | 1 | 0.52 | 0.34 | 331.07 | 1 | 0.33 |
| Hex | A8 | 0 | 51 | 0 | 64 | 34 | 22 | 14B | 64 | 21 |
| Octal | 250 | 0 | 121 | 0 | 144 | 64 | 42 | 513 | 144 | 41 |
| Binary | 10101000 | 0 | 1010001 | 0 | 1100100 | 110100 | 100010 | 101001011 | 1100100 | 100001 |
Color Harmonies of #A80051
Complementary color
Monochromatic Colors of #A80051
Black with #A80051
Text Example
Text Example
White with #A80051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80051; }
p { color: rgb(168,0,81); }
H1.HeaderClassName
{
color: #A80051;
}
.AnyTagClassName
{
color: #A80051;
}
</style>
background-color css
<style>
a { background-color: #A80051; }
a { background-color: rgb(168,0,81); }
div.DivClassName
{
background-color: #A80051;
}
.BgClassName
{
background-color: #A80051;
}
</style>
border-color css
<style>
span { border-color: #A80051; }
span { border-color: rgb(168,0,81); }
td.TdClassName
{
border-color: #A80051;
}
.TagClassName
{
border-color: #A80051;
}
</style>