Shades of Jazzberry Jam #A90E50
Tints of Jazzberry Jam #A90E50
RGB
CMYK
RGB Variations
Color information
#A90E50 (or 0xA90E50) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 50. RGB value is (169,14,80). Sum of RGB (Red+Green+Blue) = 169+14+80=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E50 is #56F1AF. Grayscale: #434343. Windows color (decimal): -5697968 or 5246633. OLE color: 5246633.
HSL color Cylindrical-coordinate representation of color #A90E50: hue angle of 334.45º 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 #A90E50 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 80 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.34 |
| HSL | 334.45º | 0.85% | 0.36% | - |
| HSV(B) | 334.45º | 0.92% | 0.66% | - |
| XYZ | 17.97 | 9.33 | 8.44 | - |
| YUV | 67.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 80 | 0 | 0.92 | 0.53 | 0.34 | 334.45 | 0.85 | 0.36 |
| Hex | A9 | E | 50 | 0 | 5C | 35 | 22 | 14E | 55 | 24 |
| Octal | 251 | 16 | 120 | 0 | 134 | 65 | 42 | 516 | 125 | 44 |
| Binary | 10101001 | 1110 | 1010000 | 0 | 1011100 | 110101 | 100010 | 101001110 | 1010101 | 100100 |
Color Harmonies of #A90E50
Complementary color
Monochromatic Colors of #A90E50
Black with #A90E50
Text Example
Text Example
White with #A90E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E50; }
p { color: rgb(169,14,80); }
H1.HeaderClassName
{
color: #A90E50;
}
.AnyTagClassName
{
color: #A90E50;
}
</style>
background-color css
<style>
a { background-color: #A90E50; }
a { background-color: rgb(169,14,80); }
div.DivClassName
{
background-color: #A90E50;
}
.BgClassName
{
background-color: #A90E50;
}
</style>
border-color css
<style>
span { border-color: #A90E50; }
span { border-color: rgb(169,14,80); }
td.TdClassName
{
border-color: #A90E50;
}
.TagClassName
{
border-color: #A90E50;
}
</style>