Shades of Jazzberry Jam #AA073F
Tints of Jazzberry Jam #AA073F
RGB
CMYK
RGB Variations
Color information
#AA073F (or 0xAA073F) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 3F. RGB value is (170,7,63). Sum of RGB (Red+Green+Blue) = 170+7+63=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA073F is #55F8C0. Grayscale: #3E3E3E. Windows color (decimal): -5634241 or 4130730. OLE color: 4130730.
HSL color Cylindrical-coordinate representation of color #AA073F: hue angle of 339.39º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA073F is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 63 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.33 |
| HSL | 339.39º | 0.92% | 0.35% | - |
| HSV(B) | 339.39º | 0.96% | 0.67% | - |
| XYZ | 17.55 | 9.06 | 5.53 | - |
| YUV | 62.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 63 | 0 | 0.96 | 0.63 | 0.33 | 339.39 | 0.92 | 0.35 |
| Hex | AA | 7 | 3F | 0 | 60 | 3F | 21 | 153 | 5C | 23 |
| Octal | 252 | 7 | 77 | 0 | 140 | 77 | 41 | 523 | 134 | 43 |
| Binary | 10101010 | 111 | 111111 | 0 | 1100000 | 111111 | 100001 | 101010011 | 1011100 | 100011 |
Color Harmonies of #AA073F
Complementary color
Monochromatic Colors of #AA073F
Black with #AA073F
Text Example
Text Example
White with #AA073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA073F; }
p { color: rgb(170,7,63); }
H1.HeaderClassName
{
color: #AA073F;
}
.AnyTagClassName
{
color: #AA073F;
}
</style>
background-color css
<style>
a { background-color: #AA073F; }
a { background-color: rgb(170,7,63); }
div.DivClassName
{
background-color: #AA073F;
}
.BgClassName
{
background-color: #AA073F;
}
</style>
border-color css
<style>
span { border-color: #AA073F; }
span { border-color: rgb(170,7,63); }
td.TdClassName
{
border-color: #AA073F;
}
.TagClassName
{
border-color: #AA073F;
}
</style>