Shades of Jazzberry Jam #AA0446
Tints of Jazzberry Jam #AA0446
RGB
CMYK
RGB Variations
Color information
#AA0446 (or 0xAA0446) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 46. RGB value is (170,4,70). Sum of RGB (Red+Green+Blue) = 170+4+70=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0446 is #55FBB9. Grayscale: #3D3D3D. Windows color (decimal): -5635002 or 4588714. OLE color: 4588714.
HSL color Cylindrical-coordinate representation of color #AA0446: hue angle of 336.14º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0446 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.33 |
| HSL | 336.14º | 0.95% | 0.34% | - |
| HSV(B) | 336.14º | 0.98% | 0.67% | - |
| XYZ | 17.73 | 9.08 | 6.61 | - |
| YUV | 61.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 70 | 0 | 0.98 | 0.59 | 0.33 | 336.14 | 0.95 | 0.34 |
| Hex | AA | 4 | 46 | 0 | 62 | 3B | 21 | 150 | 5F | 22 |
| Octal | 252 | 4 | 106 | 0 | 142 | 73 | 41 | 520 | 137 | 42 |
| Binary | 10101010 | 100 | 1000110 | 0 | 1100010 | 111011 | 100001 | 101010000 | 1011111 | 100010 |
Color Harmonies of #AA0446
Complementary color
Monochromatic Colors of #AA0446
Black with #AA0446
Text Example
Text Example
White with #AA0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0446; }
p { color: rgb(170,4,70); }
H1.HeaderClassName
{
color: #AA0446;
}
.AnyTagClassName
{
color: #AA0446;
}
</style>
background-color css
<style>
a { background-color: #AA0446; }
a { background-color: rgb(170,4,70); }
div.DivClassName
{
background-color: #AA0446;
}
.BgClassName
{
background-color: #AA0446;
}
</style>
border-color css
<style>
span { border-color: #AA0446; }
span { border-color: rgb(170,4,70); }
td.TdClassName
{
border-color: #AA0446;
}
.TagClassName
{
border-color: #AA0446;
}
</style>