Shades of Jazzberry Jam #AA043E
Tints of Jazzberry Jam #AA043E
RGB
CMYK
RGB Variations
Color information
#AA043E (or 0xAA043E) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 3E. RGB value is (170,4,62). Sum of RGB (Red+Green+Blue) = 170+4+62=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA043E is #55FBC1. Grayscale: #3C3C3C. Windows color (decimal): -5635010 or 4064426. OLE color: 4064426.
HSL color Cylindrical-coordinate representation of color #AA043E: hue angle of 339.04º 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 #AA043E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.33 |
| HSL | 339.04º | 0.95% | 0.34% | - |
| HSV(B) | 339.04º | 0.98% | 0.67% | - |
| XYZ | 17.49 | 8.98 | 5.37 | - |
| YUV | 60.25 | 129 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 62 | 0 | 0.98 | 0.64 | 0.33 | 339.04 | 0.95 | 0.34 |
| Hex | AA | 4 | 3E | 0 | 62 | 40 | 21 | 153 | 5F | 22 |
| Octal | 252 | 4 | 76 | 0 | 142 | 100 | 41 | 523 | 137 | 42 |
| Binary | 10101010 | 100 | 111110 | 0 | 1100010 | 1000000 | 100001 | 101010011 | 1011111 | 100010 |
Color Harmonies of #AA043E
Complementary color
Monochromatic Colors of #AA043E
Black with #AA043E
Text Example
Text Example
White with #AA043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA043E; }
p { color: rgb(170,4,62); }
H1.HeaderClassName
{
color: #AA043E;
}
.AnyTagClassName
{
color: #AA043E;
}
</style>
background-color css
<style>
a { background-color: #AA043E; }
a { background-color: rgb(170,4,62); }
div.DivClassName
{
background-color: #AA043E;
}
.BgClassName
{
background-color: #AA043E;
}
</style>
border-color css
<style>
span { border-color: #AA043E; }
span { border-color: rgb(170,4,62); }
td.TdClassName
{
border-color: #AA043E;
}
.TagClassName
{
border-color: #AA043E;
}
</style>