Shades of Jazzberry Jam #A90142
Tints of Jazzberry Jam #A90142
RGB
CMYK
RGB Variations
Color information
#A90142 (or 0xA90142) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 42. RGB value is (169,1,66). Sum of RGB (Red+Green+Blue) = 169+1+66=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A90142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90142 is #56FEBD. Grayscale: #3A3A3A. Windows color (decimal): -5701310 or 4325801. OLE color: 4325801.
HSL color Cylindrical-coordinate representation of color #A90142: hue angle of 336.79º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90142 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.34 |
| HSL | 336.79º | 0.99% | 0.33% | - |
| HSV(B) | 336.79º | 0.99% | 0.66% | - |
| XYZ | 17.36 | 8.85 | 5.95 | - |
| YUV | 58.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 66 | 0 | 0.99 | 0.61 | 0.34 | 336.79 | 0.99 | 0.33 |
| Hex | A9 | 1 | 42 | 0 | 63 | 3D | 22 | 151 | 63 | 21 |
| Octal | 251 | 1 | 102 | 0 | 143 | 75 | 42 | 521 | 143 | 41 |
| Binary | 10101001 | 1 | 1000010 | 0 | 1100011 | 111101 | 100010 | 101010001 | 1100011 | 100001 |
Color Harmonies of #A90142
Complementary color
Monochromatic Colors of #A90142
Black with #A90142
Text Example
Text Example
White with #A90142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90142; }
p { color: rgb(169,1,66); }
H1.HeaderClassName
{
color: #A90142;
}
.AnyTagClassName
{
color: #A90142;
}
</style>
background-color css
<style>
a { background-color: #A90142; }
a { background-color: rgb(169,1,66); }
div.DivClassName
{
background-color: #A90142;
}
.BgClassName
{
background-color: #A90142;
}
</style>
border-color css
<style>
span { border-color: #A90142; }
span { border-color: rgb(169,1,66); }
td.TdClassName
{
border-color: #A90142;
}
.TagClassName
{
border-color: #A90142;
}
</style>