Shades of Jazzberry Jam #A80353
Tints of Jazzberry Jam #A80353
RGB
CMYK
RGB Variations
Color information
#A80353 (or 0xA80353) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 53. RGB value is (168,3,83). Sum of RGB (Red+Green+Blue) = 168+3+83=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A80353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80353 is #57FCAC. Grayscale: #3D3D3D. Windows color (decimal): -5766317 or 5440424. OLE color: 5440424.
HSL color Cylindrical-coordinate representation of color #A80353: hue angle of 330.91º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80353 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.34 |
| HSL | 330.91º | 0.96% | 0.34% | - |
| HSV(B) | 330.91º | 0.98% | 0.66% | - |
| XYZ | 17.74 | 9.01 | 8.99 | - |
| YUV | 61.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 83 | 0 | 0.98 | 0.51 | 0.34 | 330.91 | 0.96 | 0.34 |
| Hex | A8 | 3 | 53 | 0 | 62 | 33 | 22 | 14B | 60 | 22 |
| Octal | 250 | 3 | 123 | 0 | 142 | 63 | 42 | 513 | 140 | 42 |
| Binary | 10101000 | 11 | 1010011 | 0 | 1100010 | 110011 | 100010 | 101001011 | 1100000 | 100010 |
Color Harmonies of #A80353
Complementary color
Monochromatic Colors of #A80353
Black with #A80353
Text Example
Text Example
White with #A80353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80353; }
p { color: rgb(168,3,83); }
H1.HeaderClassName
{
color: #A80353;
}
.AnyTagClassName
{
color: #A80353;
}
</style>
background-color css
<style>
a { background-color: #A80353; }
a { background-color: rgb(168,3,83); }
div.DivClassName
{
background-color: #A80353;
}
.BgClassName
{
background-color: #A80353;
}
</style>
border-color css
<style>
span { border-color: #A80353; }
span { border-color: rgb(168,3,83); }
td.TdClassName
{
border-color: #A80353;
}
.TagClassName
{
border-color: #A80353;
}
</style>