Shades of Jazzberry Jam #A80052
Tints of Jazzberry Jam #A80052
RGB
CMYK
RGB Variations
Color information
#A80052 (or 0xA80052) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 52. RGB value is (168,0,82). Sum of RGB (Red+Green+Blue) = 168+0+82=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A80052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80052 is #57FFAD. Grayscale: #3B3B3B. Windows color (decimal): -5767086 or 5374120. OLE color: 5374120.
HSL color Cylindrical-coordinate representation of color #A80052: hue angle of 330.71º 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 #A80052 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.51 | 0.34 |
| HSL | 330.71º | 1% | 0.33% | - |
| HSV(B) | 330.71º | 1% | 0.66% | - |
| XYZ | 17.67 | 8.93 | 8.78 | - |
| YUV | 59.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 82 | 0 | 1 | 0.51 | 0.34 | 330.71 | 1 | 0.33 |
| Hex | A8 | 0 | 52 | 0 | 64 | 33 | 22 | 14B | 64 | 21 |
| Octal | 250 | 0 | 122 | 0 | 144 | 63 | 42 | 513 | 144 | 41 |
| Binary | 10101000 | 0 | 1010010 | 0 | 1100100 | 110011 | 100010 | 101001011 | 1100100 | 100001 |
Color Harmonies of #A80052
Complementary color
Monochromatic Colors of #A80052
Black with #A80052
Text Example
Text Example
White with #A80052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80052; }
p { color: rgb(168,0,82); }
H1.HeaderClassName
{
color: #A80052;
}
.AnyTagClassName
{
color: #A80052;
}
</style>
background-color css
<style>
a { background-color: #A80052; }
a { background-color: rgb(168,0,82); }
div.DivClassName
{
background-color: #A80052;
}
.BgClassName
{
background-color: #A80052;
}
</style>
border-color css
<style>
span { border-color: #A80052; }
span { border-color: rgb(168,0,82); }
td.TdClassName
{
border-color: #A80052;
}
.TagClassName
{
border-color: #A80052;
}
</style>