Shades of Jazzberry Jam #A80053
Tints of Jazzberry Jam #A80053
RGB
CMYK
RGB Variations
Color information
#A80053 (or 0xA80053) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 53. RGB value is (168,0,83). Sum of RGB (Red+Green+Blue) = 168+0+83=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A80053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80053 is #57FFAC. Grayscale: #3B3B3B. Windows color (decimal): -5767085 or 5439656. OLE color: 5439656.
HSL color Cylindrical-coordinate representation of color #A80053: hue angle of 330.36º 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 #A80053 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.51 | 0.34 |
| HSL | 330.36º | 1% | 0.33% | - |
| HSV(B) | 330.36º | 1% | 0.66% | - |
| XYZ | 17.71 | 8.95 | 8.98 | - |
| YUV | 59.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 83 | 0 | 1 | 0.51 | 0.34 | 330.36 | 1 | 0.33 |
| Hex | A8 | 0 | 53 | 0 | 64 | 33 | 22 | 14A | 64 | 21 |
| Octal | 250 | 0 | 123 | 0 | 144 | 63 | 42 | 512 | 144 | 41 |
| Binary | 10101000 | 0 | 1010011 | 0 | 1100100 | 110011 | 100010 | 101001010 | 1100100 | 100001 |
Color Harmonies of #A80053
Complementary color
Monochromatic Colors of #A80053
Black with #A80053
Text Example
Text Example
White with #A80053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80053; }
p { color: rgb(168,0,83); }
H1.HeaderClassName
{
color: #A80053;
}
.AnyTagClassName
{
color: #A80053;
}
</style>
background-color css
<style>
a { background-color: #A80053; }
a { background-color: rgb(168,0,83); }
div.DivClassName
{
background-color: #A80053;
}
.BgClassName
{
background-color: #A80053;
}
</style>
border-color css
<style>
span { border-color: #A80053; }
span { border-color: rgb(168,0,83); }
td.TdClassName
{
border-color: #A80053;
}
.TagClassName
{
border-color: #A80053;
}
</style>