Shades of Jazzberry Jam #AA0742
Tints of Jazzberry Jam #AA0742
RGB
CMYK
RGB Variations
Color information
#AA0742 (or 0xAA0742) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 42. RGB value is (170,7,66). Sum of RGB (Red+Green+Blue) = 170+7+66=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0742 is #55F8BD. Grayscale: #3E3E3E. Windows color (decimal): -5634238 or 4327338. OLE color: 4327338.
HSL color Cylindrical-coordinate representation of color #AA0742: hue angle of 338.28º 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 #AA0742 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 66 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.33 |
| HSL | 338.28º | 0.92% | 0.35% | - |
| HSV(B) | 338.28º | 0.96% | 0.67% | - |
| XYZ | 17.64 | 9.09 | 5.98 | - |
| YUV | 62.46 | 130 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 66 | 0 | 0.96 | 0.61 | 0.33 | 338.28 | 0.92 | 0.35 |
| Hex | AA | 7 | 42 | 0 | 60 | 3D | 21 | 152 | 5C | 23 |
| Octal | 252 | 7 | 102 | 0 | 140 | 75 | 41 | 522 | 134 | 43 |
| Binary | 10101010 | 111 | 1000010 | 0 | 1100000 | 111101 | 100001 | 101010010 | 1011100 | 100011 |
Color Harmonies of #AA0742
Complementary color
Monochromatic Colors of #AA0742
Black with #AA0742
Text Example
Text Example
White with #AA0742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0742; }
p { color: rgb(170,7,66); }
H1.HeaderClassName
{
color: #AA0742;
}
.AnyTagClassName
{
color: #AA0742;
}
</style>
background-color css
<style>
a { background-color: #AA0742; }
a { background-color: rgb(170,7,66); }
div.DivClassName
{
background-color: #AA0742;
}
.BgClassName
{
background-color: #AA0742;
}
</style>
border-color css
<style>
span { border-color: #AA0742; }
span { border-color: rgb(170,7,66); }
td.TdClassName
{
border-color: #AA0742;
}
.TagClassName
{
border-color: #AA0742;
}
</style>