Shades of Jazzberry Jam #A80155
Tints of Jazzberry Jam #A80155
RGB
CMYK
RGB Variations
Color information
#A80155 (or 0xA80155) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 55. RGB value is (168,1,85). Sum of RGB (Red+Green+Blue) = 168+1+85=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A80155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80155 is #57FEAA. Grayscale: #3C3C3C. Windows color (decimal): -5766827 or 5570984. OLE color: 5570984.
HSL color Cylindrical-coordinate representation of color #A80155: hue angle of 329.82º 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 #A80155 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.34 |
| HSL | 329.82º | 0.99% | 0.33% | - |
| HSV(B) | 329.82º | 0.99% | 0.66% | - |
| XYZ | 17.8 | 9 | 9.39 | - |
| YUV | 60.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 85 | 0 | 0.99 | 0.49 | 0.34 | 329.82 | 0.99 | 0.33 |
| Hex | A8 | 1 | 55 | 0 | 63 | 31 | 22 | 14A | 63 | 21 |
| Octal | 250 | 1 | 125 | 0 | 143 | 61 | 42 | 512 | 143 | 41 |
| Binary | 10101000 | 1 | 1010101 | 0 | 1100011 | 110001 | 100010 | 101001010 | 1100011 | 100001 |
Color Harmonies of #A80155
Complementary color
Monochromatic Colors of #A80155
Black with #A80155
Text Example
Text Example
White with #A80155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80155; }
p { color: rgb(168,1,85); }
H1.HeaderClassName
{
color: #A80155;
}
.AnyTagClassName
{
color: #A80155;
}
</style>
background-color css
<style>
a { background-color: #A80155; }
a { background-color: rgb(168,1,85); }
div.DivClassName
{
background-color: #A80155;
}
.BgClassName
{
background-color: #A80155;
}
</style>
border-color css
<style>
span { border-color: #A80155; }
span { border-color: rgb(168,1,85); }
td.TdClassName
{
border-color: #A80155;
}
.TagClassName
{
border-color: #A80155;
}
</style>