Shades of Jazzberry Jam #AA0848
Tints of Jazzberry Jam #AA0848
RGB
CMYK
RGB Variations
Color information
#AA0848 (or 0xAA0848) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 48. RGB value is (170,8,72). Sum of RGB (Red+Green+Blue) = 170+8+72=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0848 is #55F7B7. Grayscale: #3F3F3F. Windows color (decimal): -5633976 or 4720810. OLE color: 4720810.
HSL color Cylindrical-coordinate representation of color #AA0848: hue angle of 336.3º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0848 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 72 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.33 |
| HSL | 336.3º | 0.91% | 0.35% | - |
| HSV(B) | 336.3º | 0.95% | 0.67% | - |
| XYZ | 17.83 | 9.19 | 6.96 | - |
| YUV | 63.73 | 132.67 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 72 | 0 | 0.95 | 0.58 | 0.33 | 336.3 | 0.91 | 0.35 |
| Hex | AA | 8 | 48 | 0 | 5F | 3A | 21 | 150 | 5B | 23 |
| Octal | 252 | 10 | 110 | 0 | 137 | 72 | 41 | 520 | 133 | 43 |
| Binary | 10101010 | 1000 | 1001000 | 0 | 1011111 | 111010 | 100001 | 101010000 | 1011011 | 100011 |
Color Harmonies of #AA0848
Complementary color
Monochromatic Colors of #AA0848
Black with #AA0848
Text Example
Text Example
White with #AA0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0848; }
p { color: rgb(170,8,72); }
H1.HeaderClassName
{
color: #AA0848;
}
.AnyTagClassName
{
color: #AA0848;
}
</style>
background-color css
<style>
a { background-color: #AA0848; }
a { background-color: rgb(170,8,72); }
div.DivClassName
{
background-color: #AA0848;
}
.BgClassName
{
background-color: #AA0848;
}
</style>
border-color css
<style>
span { border-color: #AA0848; }
span { border-color: rgb(170,8,72); }
td.TdClassName
{
border-color: #AA0848;
}
.TagClassName
{
border-color: #AA0848;
}
</style>