Shades of Jazzberry Jam #A90E41
Tints of Jazzberry Jam #A90E41
RGB
CMYK
RGB Variations
Color information
#A90E41 (or 0xA90E41) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 41. RGB value is (169,14,65). Sum of RGB (Red+Green+Blue) = 169+14+65=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E41 is #56F1BE. Grayscale: #424242. Windows color (decimal): -5697983 or 4263593. OLE color: 4263593.
HSL color Cylindrical-coordinate representation of color #A90E41: hue angle of 340.26º 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 #A90E41 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 65 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.34 |
| HSL | 340.26º | 0.85% | 0.36% | - |
| HSV(B) | 340.26º | 0.92% | 0.66% | - |
| XYZ | 17.47 | 9.13 | 5.84 | - |
| YUV | 66.16 | 127.35 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 65 | 0 | 0.92 | 0.62 | 0.34 | 340.26 | 0.85 | 0.36 |
| Hex | A9 | E | 41 | 0 | 5C | 3E | 22 | 154 | 55 | 24 |
| Octal | 251 | 16 | 101 | 0 | 134 | 76 | 42 | 524 | 125 | 44 |
| Binary | 10101001 | 1110 | 1000001 | 0 | 1011100 | 111110 | 100010 | 101010100 | 1010101 | 100100 |
Color Harmonies of #A90E41
Complementary color
Monochromatic Colors of #A90E41
Black with #A90E41
Text Example
Text Example
White with #A90E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E41; }
p { color: rgb(169,14,65); }
H1.HeaderClassName
{
color: #A90E41;
}
.AnyTagClassName
{
color: #A90E41;
}
</style>
background-color css
<style>
a { background-color: #A90E41; }
a { background-color: rgb(169,14,65); }
div.DivClassName
{
background-color: #A90E41;
}
.BgClassName
{
background-color: #A90E41;
}
</style>
border-color css
<style>
span { border-color: #A90E41; }
span { border-color: rgb(169,14,65); }
td.TdClassName
{
border-color: #A90E41;
}
.TagClassName
{
border-color: #A90E41;
}
</style>