Shades of Jazzberry Jam #A91267
Tints of Jazzberry Jam #A91267
RGB
CMYK
RGB Variations
Color information
#A91267 (or 0xA91267) is known color: Jazzberry Jam. HEX triplet: A9, 12 and 67. RGB value is (169,18,103). Sum of RGB (Red+Green+Blue) = 169+18+103=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A91267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91267 is #56ED98. Grayscale: #484848. Windows color (decimal): -5696921 or 6754985. OLE color: 6754985.
HSL color Cylindrical-coordinate representation of color #A91267: hue angle of 326.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91267 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 103 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.34 |
| HSL | 326.23º | 0.81% | 0.37% | - |
| HSV(B) | 326.23º | 0.89% | 0.66% | - |
| XYZ | 19.03 | 9.85 | 13.73 | - |
| YUV | 72.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 103 | 0 | 0.89 | 0.39 | 0.34 | 326.23 | 0.81 | 0.37 |
| Hex | A9 | 12 | 67 | 0 | 59 | 27 | 22 | 146 | 51 | 25 |
| Octal | 251 | 22 | 147 | 0 | 131 | 47 | 42 | 506 | 121 | 45 |
| Binary | 10101001 | 10010 | 1100111 | 0 | 1011001 | 100111 | 100010 | 101000110 | 1010001 | 100101 |
Color Harmonies of #A91267
Complementary color
Monochromatic Colors of #A91267
Black with #A91267
Text Example
Text Example
White with #A91267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91267; }
p { color: rgb(169,18,103); }
H1.HeaderClassName
{
color: #A91267;
}
.AnyTagClassName
{
color: #A91267;
}
</style>
background-color css
<style>
a { background-color: #A91267; }
a { background-color: rgb(169,18,103); }
div.DivClassName
{
background-color: #A91267;
}
.BgClassName
{
background-color: #A91267;
}
</style>
border-color css
<style>
span { border-color: #A91267; }
span { border-color: rgb(169,18,103); }
td.TdClassName
{
border-color: #A91267;
}
.TagClassName
{
border-color: #A91267;
}
</style>