Shades of Jazzberry Jam #A90F70
Tints of Jazzberry Jam #A90F70
RGB
CMYK
RGB Variations
Color information
#A90F70 (or 0xA90F70) is known color: Jazzberry Jam. HEX triplet: A9, 0F and 70. RGB value is (169,15,112). Sum of RGB (Red+Green+Blue) = 169+15+112=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90F70 is #56F08F. Grayscale: #474747. Windows color (decimal): -5697680 or 7344041. OLE color: 7344041.
HSL color Cylindrical-coordinate representation of color #A90F70: hue angle of 322.21º 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 #A90F70 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 15 | 112 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.34 |
| HSL | 322.21º | 0.84% | 0.36% | - |
| HSV(B) | 322.21º | 0.91% | 0.66% | - |
| XYZ | 19.46 | 9.95 | 16.22 | - |
| YUV | 72.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 112 | 0 | 0.91 | 0.34 | 0.34 | 322.21 | 0.84 | 0.36 |
| Hex | A9 | F | 70 | 0 | 5B | 22 | 22 | 142 | 54 | 24 |
| Octal | 251 | 17 | 160 | 0 | 133 | 42 | 42 | 502 | 124 | 44 |
| Binary | 10101001 | 1111 | 1110000 | 0 | 1011011 | 100010 | 100010 | 101000010 | 1010100 | 100100 |
Color Harmonies of #A90F70
Complementary color
Monochromatic Colors of #A90F70
Black with #A90F70
Text Example
Text Example
White with #A90F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90F70; }
p { color: rgb(169,15,112); }
H1.HeaderClassName
{
color: #A90F70;
}
.AnyTagClassName
{
color: #A90F70;
}
</style>
background-color css
<style>
a { background-color: #A90F70; }
a { background-color: rgb(169,15,112); }
div.DivClassName
{
background-color: #A90F70;
}
.BgClassName
{
background-color: #A90F70;
}
</style>
border-color css
<style>
span { border-color: #A90F70; }
span { border-color: rgb(169,15,112); }
td.TdClassName
{
border-color: #A90F70;
}
.TagClassName
{
border-color: #A90F70;
}
</style>