Shades of Jazzberry Jam #AA043C
Tints of Jazzberry Jam #AA043C
RGB
CMYK
RGB Variations
Color information
#AA043C (or 0xAA043C) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 3C. RGB value is (170,4,60). Sum of RGB (Red+Green+Blue) = 170+4+60=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA043C is #55FBC3. Grayscale: #3B3B3B. Windows color (decimal): -5635012 or 3933354. OLE color: 3933354.
HSL color Cylindrical-coordinate representation of color #AA043C: hue angle of 339.76º 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 #AA043C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.33 |
| HSL | 339.76º | 0.95% | 0.34% | - |
| HSV(B) | 339.76º | 0.98% | 0.67% | - |
| XYZ | 17.44 | 8.96 | 5.09 | - |
| YUV | 60.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 60 | 0 | 0.98 | 0.65 | 0.33 | 339.76 | 0.95 | 0.34 |
| Hex | AA | 4 | 3C | 0 | 62 | 41 | 21 | 154 | 5F | 22 |
| Octal | 252 | 4 | 74 | 0 | 142 | 101 | 41 | 524 | 137 | 42 |
| Binary | 10101010 | 100 | 111100 | 0 | 1100010 | 1000001 | 100001 | 101010100 | 1011111 | 100010 |
Color Harmonies of #AA043C
Complementary color
Monochromatic Colors of #AA043C
Black with #AA043C
Text Example
Text Example
White with #AA043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA043C; }
p { color: rgb(170,4,60); }
H1.HeaderClassName
{
color: #AA043C;
}
.AnyTagClassName
{
color: #AA043C;
}
</style>
background-color css
<style>
a { background-color: #AA043C; }
a { background-color: rgb(170,4,60); }
div.DivClassName
{
background-color: #AA043C;
}
.BgClassName
{
background-color: #AA043C;
}
</style>
border-color css
<style>
span { border-color: #AA043C; }
span { border-color: rgb(170,4,60); }
td.TdClassName
{
border-color: #AA043C;
}
.TagClassName
{
border-color: #AA043C;
}
</style>