Shades of Jazzberry Jam #AA044B
Tints of Jazzberry Jam #AA044B
RGB
CMYK
RGB Variations
Color information
#AA044B (or 0xAA044B) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 4B. RGB value is (170,4,75). Sum of RGB (Red+Green+Blue) = 170+4+75=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA044B is #55FBB4. Grayscale: #3D3D3D. Windows color (decimal): -5634997 or 4916394. OLE color: 4916394.
HSL color Cylindrical-coordinate representation of color #AA044B: hue angle of 334.34º 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 #AA044B is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.33 |
| HSL | 334.34º | 0.95% | 0.34% | - |
| HSV(B) | 334.34º | 0.98% | 0.67% | - |
| XYZ | 17.89 | 9.14 | 7.48 | - |
| YUV | 61.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 75 | 0 | 0.98 | 0.56 | 0.33 | 334.34 | 0.95 | 0.34 |
| Hex | AA | 4 | 4B | 0 | 62 | 38 | 21 | 14E | 5F | 22 |
| Octal | 252 | 4 | 113 | 0 | 142 | 70 | 41 | 516 | 137 | 42 |
| Binary | 10101010 | 100 | 1001011 | 0 | 1100010 | 111000 | 100001 | 101001110 | 1011111 | 100010 |
Color Harmonies of #AA044B
Complementary color
Monochromatic Colors of #AA044B
Black with #AA044B
Text Example
Text Example
White with #AA044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA044B; }
p { color: rgb(170,4,75); }
H1.HeaderClassName
{
color: #AA044B;
}
.AnyTagClassName
{
color: #AA044B;
}
</style>
background-color css
<style>
a { background-color: #AA044B; }
a { background-color: rgb(170,4,75); }
div.DivClassName
{
background-color: #AA044B;
}
.BgClassName
{
background-color: #AA044B;
}
</style>
border-color css
<style>
span { border-color: #AA044B; }
span { border-color: rgb(170,4,75); }
td.TdClassName
{
border-color: #AA044B;
}
.TagClassName
{
border-color: #AA044B;
}
</style>