Shades of Jazzberry Jam #A80853
Tints of Jazzberry Jam #A80853
RGB
CMYK
RGB Variations
Color information
#A80853 (or 0xA80853) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 53. RGB value is (168,8,83). Sum of RGB (Red+Green+Blue) = 168+8+83=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A80853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80853 is #57F7AC. Grayscale: #404040. Windows color (decimal): -5765037 or 5441704. OLE color: 5441704.
HSL color Cylindrical-coordinate representation of color #A80853: hue angle of 331.88º degrees, saturation: 0.91, 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 #A80853 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 83 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.34 |
| HSL | 331.88º | 0.91% | 0.35% | - |
| HSV(B) | 331.88º | 0.95% | 0.66% | - |
| XYZ | 17.8 | 9.12 | 9.01 | - |
| YUV | 64.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 83 | 0 | 0.95 | 0.51 | 0.34 | 331.88 | 0.91 | 0.35 |
| Hex | A8 | 8 | 53 | 0 | 5F | 33 | 22 | 14C | 5B | 23 |
| Octal | 250 | 10 | 123 | 0 | 137 | 63 | 42 | 514 | 133 | 43 |
| Binary | 10101000 | 1000 | 1010011 | 0 | 1011111 | 110011 | 100010 | 101001100 | 1011011 | 100011 |
Color Harmonies of #A80853
Complementary color
Monochromatic Colors of #A80853
Black with #A80853
Text Example
Text Example
White with #A80853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80853; }
p { color: rgb(168,8,83); }
H1.HeaderClassName
{
color: #A80853;
}
.AnyTagClassName
{
color: #A80853;
}
</style>
background-color css
<style>
a { background-color: #A80853; }
a { background-color: rgb(168,8,83); }
div.DivClassName
{
background-color: #A80853;
}
.BgClassName
{
background-color: #A80853;
}
</style>
border-color css
<style>
span { border-color: #A80853; }
span { border-color: rgb(168,8,83); }
td.TdClassName
{
border-color: #A80853;
}
.TagClassName
{
border-color: #A80853;
}
</style>