Shades of Jazzberry Jam #AA044C
Tints of Jazzberry Jam #AA044C
RGB
CMYK
RGB Variations
Color information
#AA044C (or 0xAA044C) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 4C. RGB value is (170,4,76). Sum of RGB (Red+Green+Blue) = 170+4+76=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA044C is #55FBB3. Grayscale: #3D3D3D. Windows color (decimal): -5634996 or 4981930. OLE color: 4981930.
HSL color Cylindrical-coordinate representation of color #AA044C: hue angle of 333.98º 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 #AA044C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.33 |
| HSL | 333.98º | 0.95% | 0.34% | - |
| HSV(B) | 333.98º | 0.98% | 0.67% | - |
| XYZ | 17.93 | 9.15 | 7.66 | - |
| YUV | 61.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 76 | 0 | 0.98 | 0.55 | 0.33 | 333.98 | 0.95 | 0.34 |
| Hex | AA | 4 | 4C | 0 | 62 | 37 | 21 | 14E | 5F | 22 |
| Octal | 252 | 4 | 114 | 0 | 142 | 67 | 41 | 516 | 137 | 42 |
| Binary | 10101010 | 100 | 1001100 | 0 | 1100010 | 110111 | 100001 | 101001110 | 1011111 | 100010 |
Color Harmonies of #AA044C
Complementary color
Monochromatic Colors of #AA044C
Black with #AA044C
Text Example
Text Example
White with #AA044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA044C; }
p { color: rgb(170,4,76); }
H1.HeaderClassName
{
color: #AA044C;
}
.AnyTagClassName
{
color: #AA044C;
}
</style>
background-color css
<style>
a { background-color: #AA044C; }
a { background-color: rgb(170,4,76); }
div.DivClassName
{
background-color: #AA044C;
}
.BgClassName
{
background-color: #AA044C;
}
</style>
border-color css
<style>
span { border-color: #AA044C; }
span { border-color: rgb(170,4,76); }
td.TdClassName
{
border-color: #AA044C;
}
.TagClassName
{
border-color: #AA044C;
}
</style>