Shades of Jazzberry Jam #A90E5D
Tints of Jazzberry Jam #A90E5D
RGB
CMYK
RGB Variations
Color information
#A90E5D (or 0xA90E5D) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 5D. RGB value is (169,14,93). Sum of RGB (Red+Green+Blue) = 169+14+93=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E5D is #56F1A2. Grayscale: #454545. Windows color (decimal): -5697955 or 6098601. OLE color: 6098601.
HSL color Cylindrical-coordinate representation of color #A90E5D: hue angle of 329.42º 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 #A90E5D is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 93 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.34 |
| HSL | 329.42º | 0.85% | 0.36% | - |
| HSV(B) | 329.42º | 0.92% | 0.66% | - |
| XYZ | 18.5 | 9.54 | 11.22 | - |
| YUV | 69.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 93 | 0 | 0.92 | 0.45 | 0.34 | 329.42 | 0.85 | 0.36 |
| Hex | A9 | E | 5D | 0 | 5C | 2D | 22 | 149 | 55 | 24 |
| Octal | 251 | 16 | 135 | 0 | 134 | 55 | 42 | 511 | 125 | 44 |
| Binary | 10101001 | 1110 | 1011101 | 0 | 1011100 | 101101 | 100010 | 101001001 | 1010101 | 100100 |
Color Harmonies of #A90E5D
Complementary color
Monochromatic Colors of #A90E5D
Black with #A90E5D
Text Example
Text Example
White with #A90E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E5D; }
p { color: rgb(169,14,93); }
H1.HeaderClassName
{
color: #A90E5D;
}
.AnyTagClassName
{
color: #A90E5D;
}
</style>
background-color css
<style>
a { background-color: #A90E5D; }
a { background-color: rgb(169,14,93); }
div.DivClassName
{
background-color: #A90E5D;
}
.BgClassName
{
background-color: #A90E5D;
}
</style>
border-color css
<style>
span { border-color: #A90E5D; }
span { border-color: rgb(169,14,93); }
td.TdClassName
{
border-color: #A90E5D;
}
.TagClassName
{
border-color: #A90E5D;
}
</style>