Shades of Jazzberry Jam #AA1046
Tints of Jazzberry Jam #AA1046
RGB
CMYK
RGB Variations
Color information
#AA1046 (or 0xAA1046) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 46. RGB value is (170,16,70). Sum of RGB (Red+Green+Blue) = 170+16+70=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1046 is #55EFB9. Grayscale: #444444. Windows color (decimal): -5631930 or 4591786. OLE color: 4591786.
HSL color Cylindrical-coordinate representation of color #AA1046: hue angle of 338.96º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1046 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 70 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.33 |
| HSL | 338.96º | 0.83% | 0.36% | - |
| HSV(B) | 338.96º | 0.91% | 0.67% | - |
| XYZ | 17.87 | 9.36 | 6.66 | - |
| YUV | 68.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 70 | 0 | 0.91 | 0.59 | 0.33 | 338.96 | 0.83 | 0.36 |
| Hex | AA | 10 | 46 | 0 | 5B | 3B | 21 | 153 | 53 | 24 |
| Octal | 252 | 20 | 106 | 0 | 133 | 73 | 41 | 523 | 123 | 44 |
| Binary | 10101010 | 10000 | 1000110 | 0 | 1011011 | 111011 | 100001 | 101010011 | 1010011 | 100100 |
Color Harmonies of #AA1046
Complementary color
Monochromatic Colors of #AA1046
Black with #AA1046
Text Example
Text Example
White with #AA1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1046; }
p { color: rgb(170,16,70); }
H1.HeaderClassName
{
color: #AA1046;
}
.AnyTagClassName
{
color: #AA1046;
}
</style>
background-color css
<style>
a { background-color: #AA1046; }
a { background-color: rgb(170,16,70); }
div.DivClassName
{
background-color: #AA1046;
}
.BgClassName
{
background-color: #AA1046;
}
</style>
border-color css
<style>
span { border-color: #AA1046; }
span { border-color: rgb(170,16,70); }
td.TdClassName
{
border-color: #AA1046;
}
.TagClassName
{
border-color: #AA1046;
}
</style>