Shades of Jazzberry Jam #A90144
Tints of Jazzberry Jam #A90144
RGB
CMYK
RGB Variations
Color information
#A90144 (or 0xA90144) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 44. RGB value is (169,1,68). Sum of RGB (Red+Green+Blue) = 169+1+68=238 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.01% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 169 - color contains mainly: red. Hex color #A90144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90144 is #56FEBB. Grayscale: #3A3A3A. Windows color (decimal): -5701308 or 4456873. OLE color: 4456873.
HSL color Cylindrical-coordinate representation of color #A90144: hue angle of 336.07º 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 #A90144 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.34 |
| HSL | 336.07º | 0.99% | 0.33% | - |
| HSV(B) | 336.07º | 0.99% | 0.66% | - |
| XYZ | 17.42 | 8.87 | 6.26 | - |
| YUV | 58.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 68 | 0 | 0.99 | 0.60 | 0.34 | 336.07 | 0.99 | 0.33 |
| Hex | A9 | 1 | 44 | 0 | 63 | 3C | 22 | 150 | 63 | 21 |
| Octal | 251 | 1 | 104 | 0 | 143 | 74 | 42 | 520 | 143 | 41 |
| Binary | 10101001 | 1 | 1000100 | 0 | 1100011 | 111100 | 100010 | 101010000 | 1100011 | 100001 |
Color Harmonies of #A90144
Complementary color
Monochromatic Colors of #A90144
Black with #A90144
Text Example
Text Example
White with #A90144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90144; }
p { color: rgb(169,1,68); }
H1.HeaderClassName
{
color: #A90144;
}
.AnyTagClassName
{
color: #A90144;
}
</style>
background-color css
<style>
a { background-color: #A90144; }
a { background-color: rgb(169,1,68); }
div.DivClassName
{
background-color: #A90144;
}
.BgClassName
{
background-color: #A90144;
}
</style>
border-color css
<style>
span { border-color: #A90144; }
span { border-color: rgb(169,1,68); }
td.TdClassName
{
border-color: #A90144;
}
.TagClassName
{
border-color: #A90144;
}
</style>