Shades of Jazzberry Jam #A90A4E
Tints of Jazzberry Jam #A90A4E
RGB
CMYK
RGB Variations
Color information
#A90A4E (or 0xA90A4E) is known color: Jazzberry Jam. HEX triplet: A9, 0A and 4E. RGB value is (169,10,78). Sum of RGB (Red+Green+Blue) = 169+10+78=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A4E is #56F5B1. Grayscale: #414141. Windows color (decimal): -5698994 or 5114537. OLE color: 5114537.
HSL color Cylindrical-coordinate representation of color #A90A4E: hue angle of 334.34º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A4E is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 78 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.34 |
| HSL | 334.34º | 0.89% | 0.35% | - |
| HSV(B) | 334.34º | 0.94% | 0.66% | - |
| XYZ | 17.85 | 9.2 | 8.04 | - |
| YUV | 65.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 78 | 0 | 0.94 | 0.54 | 0.34 | 334.34 | 0.89 | 0.35 |
| Hex | A9 | A | 4E | 0 | 5E | 36 | 22 | 14E | 59 | 23 |
| Octal | 251 | 12 | 116 | 0 | 136 | 66 | 42 | 516 | 131 | 43 |
| Binary | 10101001 | 1010 | 1001110 | 0 | 1011110 | 110110 | 100010 | 101001110 | 1011001 | 100011 |
Color Harmonies of #A90A4E
Complementary color
Monochromatic Colors of #A90A4E
Black with #A90A4E
Text Example
Text Example
White with #A90A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A4E; }
p { color: rgb(169,10,78); }
H1.HeaderClassName
{
color: #A90A4E;
}
.AnyTagClassName
{
color: #A90A4E;
}
</style>
background-color css
<style>
a { background-color: #A90A4E; }
a { background-color: rgb(169,10,78); }
div.DivClassName
{
background-color: #A90A4E;
}
.BgClassName
{
background-color: #A90A4E;
}
</style>
border-color css
<style>
span { border-color: #A90A4E; }
span { border-color: rgb(169,10,78); }
td.TdClassName
{
border-color: #A90A4E;
}
.TagClassName
{
border-color: #A90A4E;
}
</style>