Shades of Jazzberry Jam #AA0147
Tints of Jazzberry Jam #AA0147
RGB
CMYK
RGB Variations
Color information
#AA0147 (or 0xAA0147) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 47. RGB value is (170,1,71). Sum of RGB (Red+Green+Blue) = 170+1+71=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0147 is #55FEB8. Grayscale: #3B3B3B. Windows color (decimal): -5635769 or 4653482. OLE color: 4653482.
HSL color Cylindrical-coordinate representation of color #AA0147: hue angle of 335.15º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0147 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.33 |
| HSL | 335.15º | 0.99% | 0.34% | - |
| HSV(B) | 335.15º | 0.99% | 0.67% | - |
| XYZ | 17.73 | 9.02 | 6.77 | - |
| YUV | 59.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 71 | 0 | 0.99 | 0.58 | 0.33 | 335.15 | 0.99 | 0.34 |
| Hex | AA | 1 | 47 | 0 | 63 | 3A | 21 | 14F | 63 | 22 |
| Octal | 252 | 1 | 107 | 0 | 143 | 72 | 41 | 517 | 143 | 42 |
| Binary | 10101010 | 1 | 1000111 | 0 | 1100011 | 111010 | 100001 | 101001111 | 1100011 | 100010 |
Color Harmonies of #AA0147
Complementary color
Monochromatic Colors of #AA0147
Black with #AA0147
Text Example
Text Example
White with #AA0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0147; }
p { color: rgb(170,1,71); }
H1.HeaderClassName
{
color: #AA0147;
}
.AnyTagClassName
{
color: #AA0147;
}
</style>
background-color css
<style>
a { background-color: #AA0147; }
a { background-color: rgb(170,1,71); }
div.DivClassName
{
background-color: #AA0147;
}
.BgClassName
{
background-color: #AA0147;
}
</style>
border-color css
<style>
span { border-color: #AA0147; }
span { border-color: rgb(170,1,71); }
td.TdClassName
{
border-color: #AA0147;
}
.TagClassName
{
border-color: #AA0147;
}
</style>