Shades of Jazzberry Jam #A81250
Tints of Jazzberry Jam #A81250
RGB
CMYK
RGB Variations
Color information
#A81250 (or 0xA81250) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 50. RGB value is (168,18,80). Sum of RGB (Red+Green+Blue) = 168+18+80=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A81250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81250 is #57EDAF. Grayscale: #454545. Windows color (decimal): -5762480 or 5247656. OLE color: 5247656.
HSL color Cylindrical-coordinate representation of color #A81250: hue angle of 335.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81250 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 80 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.34 |
| HSL | 335.2º | 0.81% | 0.36% | - |
| HSV(B) | 335.2º | 0.89% | 0.66% | - |
| XYZ | 17.81 | 9.34 | 8.45 | - |
| YUV | 69.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 80 | 0 | 0.89 | 0.52 | 0.34 | 335.2 | 0.81 | 0.36 |
| Hex | A8 | 12 | 50 | 0 | 59 | 34 | 22 | 14F | 51 | 24 |
| Octal | 250 | 22 | 120 | 0 | 131 | 64 | 42 | 517 | 121 | 44 |
| Binary | 10101000 | 10010 | 1010000 | 0 | 1011001 | 110100 | 100010 | 101001111 | 1010001 | 100100 |
Color Harmonies of #A81250
Complementary color
Monochromatic Colors of #A81250
Black with #A81250
Text Example
Text Example
White with #A81250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81250; }
p { color: rgb(168,18,80); }
H1.HeaderClassName
{
color: #A81250;
}
.AnyTagClassName
{
color: #A81250;
}
</style>
background-color css
<style>
a { background-color: #A81250; }
a { background-color: rgb(168,18,80); }
div.DivClassName
{
background-color: #A81250;
}
.BgClassName
{
background-color: #A81250;
}
</style>
border-color css
<style>
span { border-color: #A81250; }
span { border-color: rgb(168,18,80); }
td.TdClassName
{
border-color: #A81250;
}
.TagClassName
{
border-color: #A81250;
}
</style>