Shades of Jazzberry Jam #A90E5A
Tints of Jazzberry Jam #A90E5A
RGB
CMYK
RGB Variations
Color information
#A90E5A (or 0xA90E5A) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 5A. RGB value is (169,14,90). Sum of RGB (Red+Green+Blue) = 169+14+90=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E5A is #56F1A5. Grayscale: #444444. Windows color (decimal): -5697958 or 5901993. OLE color: 5901993.
HSL color Cylindrical-coordinate representation of color #A90E5A: hue angle of 330.58º 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 #A90E5A is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 90 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.34 |
| HSL | 330.58º | 0.85% | 0.36% | - |
| HSV(B) | 330.58º | 0.92% | 0.66% | - |
| XYZ | 18.36 | 9.49 | 10.54 | - |
| YUV | 69.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 90 | 0 | 0.92 | 0.47 | 0.34 | 330.58 | 0.85 | 0.36 |
| Hex | A9 | E | 5A | 0 | 5C | 2F | 22 | 14B | 55 | 24 |
| Octal | 251 | 16 | 132 | 0 | 134 | 57 | 42 | 513 | 125 | 44 |
| Binary | 10101001 | 1110 | 1011010 | 0 | 1011100 | 101111 | 100010 | 101001011 | 1010101 | 100100 |
Color Harmonies of #A90E5A
Complementary color
Monochromatic Colors of #A90E5A
Black with #A90E5A
Text Example
Text Example
White with #A90E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E5A; }
p { color: rgb(169,14,90); }
H1.HeaderClassName
{
color: #A90E5A;
}
.AnyTagClassName
{
color: #A90E5A;
}
</style>
background-color css
<style>
a { background-color: #A90E5A; }
a { background-color: rgb(169,14,90); }
div.DivClassName
{
background-color: #A90E5A;
}
.BgClassName
{
background-color: #A90E5A;
}
</style>
border-color css
<style>
span { border-color: #A90E5A; }
span { border-color: rgb(169,14,90); }
td.TdClassName
{
border-color: #A90E5A;
}
.TagClassName
{
border-color: #A90E5A;
}
</style>