Shades of Jazzberry Jam #A80955
Tints of Jazzberry Jam #A80955
RGB
CMYK
RGB Variations
Color information
#A80955 (or 0xA80955) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 55. RGB value is (168,9,85). Sum of RGB (Red+Green+Blue) = 168+9+85=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A80955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80955 is #57F6AA. Grayscale: #414141. Windows color (decimal): -5764779 or 5573032. OLE color: 5573032.
HSL color Cylindrical-coordinate representation of color #A80955: hue angle of 331.32º 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 #A80955 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.34 |
| HSL | 331.32º | 0.9% | 0.35% | - |
| HSV(B) | 331.32º | 0.95% | 0.66% | - |
| XYZ | 17.89 | 9.18 | 9.42 | - |
| YUV | 65.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 85 | 0 | 0.95 | 0.49 | 0.34 | 331.32 | 0.9 | 0.35 |
| Hex | A8 | 9 | 55 | 0 | 5F | 31 | 22 | 14B | 5A | 23 |
| Octal | 250 | 11 | 125 | 0 | 137 | 61 | 42 | 513 | 132 | 43 |
| Binary | 10101000 | 1001 | 1010101 | 0 | 1011111 | 110001 | 100010 | 101001011 | 1011010 | 100011 |
Color Harmonies of #A80955
Complementary color
Monochromatic Colors of #A80955
Black with #A80955
Text Example
Text Example
White with #A80955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80955; }
p { color: rgb(168,9,85); }
H1.HeaderClassName
{
color: #A80955;
}
.AnyTagClassName
{
color: #A80955;
}
</style>
background-color css
<style>
a { background-color: #A80955; }
a { background-color: rgb(168,9,85); }
div.DivClassName
{
background-color: #A80955;
}
.BgClassName
{
background-color: #A80955;
}
</style>
border-color css
<style>
span { border-color: #A80955; }
span { border-color: rgb(168,9,85); }
td.TdClassName
{
border-color: #A80955;
}
.TagClassName
{
border-color: #A80955;
}
</style>