Shades of Jazzberry Jam #A90451
Tints of Jazzberry Jam #A90451
RGB
CMYK
RGB Variations
Color information
#A90451 (or 0xA90451) is known color: Jazzberry Jam. HEX triplet: A9, 04 and 51. RGB value is (169,4,81). Sum of RGB (Red+Green+Blue) = 169+4+81=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A90451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90451 is #56FBAE. Grayscale: #3D3D3D. Windows color (decimal): -5700527 or 5309609. OLE color: 5309609.
HSL color Cylindrical-coordinate representation of color #A90451: hue angle of 332º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90451 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.34 |
| HSL | 332º | 0.95% | 0.34% | - |
| HSV(B) | 332º | 0.98% | 0.66% | - |
| XYZ | 17.89 | 9.12 | 8.6 | - |
| YUV | 62.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 81 | 0 | 0.98 | 0.52 | 0.34 | 332 | 0.95 | 0.34 |
| Hex | A9 | 4 | 51 | 0 | 62 | 34 | 22 | 14C | 5F | 22 |
| Octal | 251 | 4 | 121 | 0 | 142 | 64 | 42 | 514 | 137 | 42 |
| Binary | 10101001 | 100 | 1010001 | 0 | 1100010 | 110100 | 100010 | 101001100 | 1011111 | 100010 |
Color Harmonies of #A90451
Complementary color
Monochromatic Colors of #A90451
Black with #A90451
Text Example
Text Example
White with #A90451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90451; }
p { color: rgb(169,4,81); }
H1.HeaderClassName
{
color: #A90451;
}
.AnyTagClassName
{
color: #A90451;
}
</style>
background-color css
<style>
a { background-color: #A90451; }
a { background-color: rgb(169,4,81); }
div.DivClassName
{
background-color: #A90451;
}
.BgClassName
{
background-color: #A90451;
}
</style>
border-color css
<style>
span { border-color: #A90451; }
span { border-color: rgb(169,4,81); }
td.TdClassName
{
border-color: #A90451;
}
.TagClassName
{
border-color: #A90451;
}
</style>