Shades of Jazzberry Jam #A91062
Tints of Jazzberry Jam #A91062
RGB
CMYK
RGB Variations
Color information
#A91062 (or 0xA91062) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 62. RGB value is (169,16,98). Sum of RGB (Red+Green+Blue) = 169+16+98=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A91062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91062 is #56EF9D. Grayscale: #464646. Windows color (decimal): -5697438 or 6426793. OLE color: 6426793.
HSL color Cylindrical-coordinate representation of color #A91062: hue angle of 327.84º degrees, saturation: 0.83, 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 #A91062 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 98 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.34 |
| HSL | 327.84º | 0.83% | 0.36% | - |
| HSV(B) | 327.84º | 0.91% | 0.66% | - |
| XYZ | 18.75 | 9.69 | 12.44 | - |
| YUV | 71.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 98 | 0 | 0.91 | 0.42 | 0.34 | 327.84 | 0.83 | 0.36 |
| Hex | A9 | 10 | 62 | 0 | 5B | 2A | 22 | 148 | 53 | 24 |
| Octal | 251 | 20 | 142 | 0 | 133 | 52 | 42 | 510 | 123 | 44 |
| Binary | 10101001 | 10000 | 1100010 | 0 | 1011011 | 101010 | 100010 | 101001000 | 1010011 | 100100 |
Color Harmonies of #A91062
Complementary color
Monochromatic Colors of #A91062
Black with #A91062
Text Example
Text Example
White with #A91062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91062; }
p { color: rgb(169,16,98); }
H1.HeaderClassName
{
color: #A91062;
}
.AnyTagClassName
{
color: #A91062;
}
</style>
background-color css
<style>
a { background-color: #A91062; }
a { background-color: rgb(169,16,98); }
div.DivClassName
{
background-color: #A91062;
}
.BgClassName
{
background-color: #A91062;
}
</style>
border-color css
<style>
span { border-color: #A91062; }
span { border-color: rgb(169,16,98); }
td.TdClassName
{
border-color: #A91062;
}
.TagClassName
{
border-color: #A91062;
}
</style>