Shades of Jazzberry Jam #A9024C
Tints of Jazzberry Jam #A9024C
RGB
CMYK
RGB Variations
Color information
#A9024C (or 0xA9024C) is known color: Jazzberry Jam. HEX triplet: A9, 02 and 4C. RGB value is (169,2,76). Sum of RGB (Red+Green+Blue) = 169+2+76=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A9024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9024C is #56FDB3. Grayscale: #3C3C3C. Windows color (decimal): -5701044 or 4981417. OLE color: 4981417.
HSL color Cylindrical-coordinate representation of color #A9024C: hue angle of 333.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9024C is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.34 |
| HSL | 333.41º | 0.98% | 0.34% | - |
| HSV(B) | 333.41º | 0.99% | 0.66% | - |
| XYZ | 17.69 | 9 | 7.64 | - |
| YUV | 60.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 76 | 0 | 0.99 | 0.55 | 0.34 | 333.41 | 0.98 | 0.34 |
| Hex | A9 | 2 | 4C | 0 | 63 | 37 | 22 | 14D | 62 | 22 |
| Octal | 251 | 2 | 114 | 0 | 143 | 67 | 42 | 515 | 142 | 42 |
| Binary | 10101001 | 10 | 1001100 | 0 | 1100011 | 110111 | 100010 | 101001101 | 1100010 | 100010 |
Color Harmonies of #A9024C
Complementary color
Monochromatic Colors of #A9024C
Black with #A9024C
Text Example
Text Example
White with #A9024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9024C; }
p { color: rgb(169,2,76); }
H1.HeaderClassName
{
color: #A9024C;
}
.AnyTagClassName
{
color: #A9024C;
}
</style>
background-color css
<style>
a { background-color: #A9024C; }
a { background-color: rgb(169,2,76); }
div.DivClassName
{
background-color: #A9024C;
}
.BgClassName
{
background-color: #A9024C;
}
</style>
border-color css
<style>
span { border-color: #A9024C; }
span { border-color: rgb(169,2,76); }
td.TdClassName
{
border-color: #A9024C;
}
.TagClassName
{
border-color: #A9024C;
}
</style>