Shades of Jazzberry Jam #AA0145
Tints of Jazzberry Jam #AA0145
RGB
CMYK
RGB Variations
Color information
#AA0145 (or 0xAA0145) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 45. RGB value is (170,1,69). Sum of RGB (Red+Green+Blue) = 170+1+69=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0145 is #55FEBA. Grayscale: #3B3B3B. Windows color (decimal): -5635771 or 4522410. OLE color: 4522410.
HSL color Cylindrical-coordinate representation of color #AA0145: hue angle of 335.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0145 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.33 |
| HSL | 335.86º | 0.99% | 0.34% | - |
| HSV(B) | 335.86º | 0.99% | 0.67% | - |
| XYZ | 17.66 | 9 | 6.44 | - |
| YUV | 59.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 69 | 0 | 0.99 | 0.59 | 0.33 | 335.86 | 0.99 | 0.34 |
| Hex | AA | 1 | 45 | 0 | 63 | 3B | 21 | 150 | 63 | 22 |
| Octal | 252 | 1 | 105 | 0 | 143 | 73 | 41 | 520 | 143 | 42 |
| Binary | 10101010 | 1 | 1000101 | 0 | 1100011 | 111011 | 100001 | 101010000 | 1100011 | 100010 |
Color Harmonies of #AA0145
Complementary color
Monochromatic Colors of #AA0145
Black with #AA0145
Text Example
Text Example
White with #AA0145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0145; }
p { color: rgb(170,1,69); }
H1.HeaderClassName
{
color: #AA0145;
}
.AnyTagClassName
{
color: #AA0145;
}
</style>
background-color css
<style>
a { background-color: #AA0145; }
a { background-color: rgb(170,1,69); }
div.DivClassName
{
background-color: #AA0145;
}
.BgClassName
{
background-color: #AA0145;
}
</style>
border-color css
<style>
span { border-color: #AA0145; }
span { border-color: rgb(170,1,69); }
td.TdClassName
{
border-color: #AA0145;
}
.TagClassName
{
border-color: #AA0145;
}
</style>