Shades of Jazzberry Jam #A90F62
Tints of Jazzberry Jam #A90F62
RGB
CMYK
RGB Variations
Color information
#A90F62 (or 0xA90F62) is known color: Jazzberry Jam. HEX triplet: A9, 0F and 62. RGB value is (169,15,98). Sum of RGB (Red+Green+Blue) = 169+15+98=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90F62 is #56F09D. Grayscale: #464646. Windows color (decimal): -5697694 or 6426537. OLE color: 6426537.
HSL color Cylindrical-coordinate representation of color #A90F62: hue angle of 327.66º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A90F62 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 15 | 98 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.34 |
| HSL | 327.66º | 0.84% | 0.36% | - |
| HSV(B) | 327.66º | 0.91% | 0.66% | - |
| XYZ | 18.74 | 9.66 | 12.43 | - |
| YUV | 70.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 98 | 0 | 0.91 | 0.42 | 0.34 | 327.66 | 0.84 | 0.36 |
| Hex | A9 | F | 62 | 0 | 5B | 2A | 22 | 148 | 54 | 24 |
| Octal | 251 | 17 | 142 | 0 | 133 | 52 | 42 | 510 | 124 | 44 |
| Binary | 10101001 | 1111 | 1100010 | 0 | 1011011 | 101010 | 100010 | 101001000 | 1010100 | 100100 |
Color Harmonies of #A90F62
Complementary color
Monochromatic Colors of #A90F62
Black with #A90F62
Text Example
Text Example
White with #A90F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90F62; }
p { color: rgb(169,15,98); }
H1.HeaderClassName
{
color: #A90F62;
}
.AnyTagClassName
{
color: #A90F62;
}
</style>
background-color css
<style>
a { background-color: #A90F62; }
a { background-color: rgb(169,15,98); }
div.DivClassName
{
background-color: #A90F62;
}
.BgClassName
{
background-color: #A90F62;
}
</style>
border-color css
<style>
span { border-color: #A90F62; }
span { border-color: rgb(169,15,98); }
td.TdClassName
{
border-color: #A90F62;
}
.TagClassName
{
border-color: #A90F62;
}
</style>