Shades of Jazzberry Jam #A90E4C
Tints of Jazzberry Jam #A90E4C
RGB
CMYK
RGB Variations
Color information
#A90E4C (or 0xA90E4C) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 4C. RGB value is (169,14,76). Sum of RGB (Red+Green+Blue) = 169+14+76=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E4C is #56F1B3. Grayscale: #434343. Windows color (decimal): -5697972 or 4984489. OLE color: 4984489.
HSL color Cylindrical-coordinate representation of color #A90E4C: hue angle of 336º 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 #A90E4C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 76 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.34 |
| HSL | 336º | 0.85% | 0.36% | - |
| HSV(B) | 336º | 0.92% | 0.66% | - |
| XYZ | 17.82 | 9.27 | 7.69 | - |
| YUV | 67.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 76 | 0 | 0.92 | 0.55 | 0.34 | 336 | 0.85 | 0.36 |
| Hex | A9 | E | 4C | 0 | 5C | 37 | 22 | 150 | 55 | 24 |
| Octal | 251 | 16 | 114 | 0 | 134 | 67 | 42 | 520 | 125 | 44 |
| Binary | 10101001 | 1110 | 1001100 | 0 | 1011100 | 110111 | 100010 | 101010000 | 1010101 | 100100 |
Color Harmonies of #A90E4C
Complementary color
Monochromatic Colors of #A90E4C
Black with #A90E4C
Text Example
Text Example
White with #A90E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E4C; }
p { color: rgb(169,14,76); }
H1.HeaderClassName
{
color: #A90E4C;
}
.AnyTagClassName
{
color: #A90E4C;
}
</style>
background-color css
<style>
a { background-color: #A90E4C; }
a { background-color: rgb(169,14,76); }
div.DivClassName
{
background-color: #A90E4C;
}
.BgClassName
{
background-color: #A90E4C;
}
</style>
border-color css
<style>
span { border-color: #A90E4C; }
span { border-color: rgb(169,14,76); }
td.TdClassName
{
border-color: #A90E4C;
}
.TagClassName
{
border-color: #A90E4C;
}
</style>