Shades of Jazzberry Jam #A90E4A
Tints of Jazzberry Jam #A90E4A
RGB
CMYK
RGB Variations
Color information
#A90E4A (or 0xA90E4A) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 4A. RGB value is (169,14,74). Sum of RGB (Red+Green+Blue) = 169+14+74=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E4A is #56F1B5. Grayscale: #434343. Windows color (decimal): -5697974 or 4853417. OLE color: 4853417.
HSL color Cylindrical-coordinate representation of color #A90E4A: hue angle of 336.77º 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 #A90E4A is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 74 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.34 |
| HSL | 336.77º | 0.85% | 0.36% | - |
| HSV(B) | 336.77º | 0.92% | 0.66% | - |
| XYZ | 17.76 | 9.24 | 7.33 | - |
| YUV | 67.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 74 | 0 | 0.92 | 0.56 | 0.34 | 336.77 | 0.85 | 0.36 |
| Hex | A9 | E | 4A | 0 | 5C | 38 | 22 | 151 | 55 | 24 |
| Octal | 251 | 16 | 112 | 0 | 134 | 70 | 42 | 521 | 125 | 44 |
| Binary | 10101001 | 1110 | 1001010 | 0 | 1011100 | 111000 | 100010 | 101010001 | 1010101 | 100100 |
Color Harmonies of #A90E4A
Complementary color
Monochromatic Colors of #A90E4A
Black with #A90E4A
Text Example
Text Example
White with #A90E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E4A; }
p { color: rgb(169,14,74); }
H1.HeaderClassName
{
color: #A90E4A;
}
.AnyTagClassName
{
color: #A90E4A;
}
</style>
background-color css
<style>
a { background-color: #A90E4A; }
a { background-color: rgb(169,14,74); }
div.DivClassName
{
background-color: #A90E4A;
}
.BgClassName
{
background-color: #A90E4A;
}
</style>
border-color css
<style>
span { border-color: #A90E4A; }
span { border-color: rgb(169,14,74); }
td.TdClassName
{
border-color: #A90E4A;
}
.TagClassName
{
border-color: #A90E4A;
}
</style>