Shades of Jazzberry Jam #A90E48
Tints of Jazzberry Jam #A90E48
RGB
CMYK
RGB Variations
Color information
#A90E48 (or 0xA90E48) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 48. RGB value is (169,14,72). Sum of RGB (Red+Green+Blue) = 169+14+72=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E48 is #56F1B7. Grayscale: #424242. Windows color (decimal): -5697976 or 4722345. OLE color: 4722345.
HSL color Cylindrical-coordinate representation of color #A90E48: hue angle of 337.55º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90E48 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 72 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.34 |
| HSL | 337.55º | 0.85% | 0.36% | - |
| HSV(B) | 337.55º | 0.92% | 0.66% | - |
| XYZ | 17.69 | 9.22 | 6.98 | - |
| YUV | 66.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 72 | 0 | 0.92 | 0.57 | 0.34 | 337.55 | 0.85 | 0.36 |
| Hex | A9 | E | 48 | 0 | 5C | 39 | 22 | 152 | 55 | 24 |
| Octal | 251 | 16 | 110 | 0 | 134 | 71 | 42 | 522 | 125 | 44 |
| Binary | 10101001 | 1110 | 1001000 | 0 | 1011100 | 111001 | 100010 | 101010010 | 1010101 | 100100 |
Color Harmonies of #A90E48
Complementary color
Monochromatic Colors of #A90E48
Black with #A90E48
Text Example
Text Example
White with #A90E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E48; }
p { color: rgb(169,14,72); }
H1.HeaderClassName
{
color: #A90E48;
}
.AnyTagClassName
{
color: #A90E48;
}
</style>
background-color css
<style>
a { background-color: #A90E48; }
a { background-color: rgb(169,14,72); }
div.DivClassName
{
background-color: #A90E48;
}
.BgClassName
{
background-color: #A90E48;
}
</style>
border-color css
<style>
span { border-color: #A90E48; }
span { border-color: rgb(169,14,72); }
td.TdClassName
{
border-color: #A90E48;
}
.TagClassName
{
border-color: #A90E48;
}
</style>