Shades of Jazzberry Jam #AA146B
Tints of Jazzberry Jam #AA146B
RGB
CMYK
RGB Variations
Color information
#AA146B (or 0xAA146B) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 6B. RGB value is (170,20,107). Sum of RGB (Red+Green+Blue) = 170+20+107=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA146B is #55EB94. Grayscale: #4A4A4A. Windows color (decimal): -5630869 or 7017642. OLE color: 7017642.
HSL color Cylindrical-coordinate representation of color #AA146B: hue angle of 325.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA146B is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 107 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.33 |
| HSL | 325.2º | 0.79% | 0.37% | - |
| HSV(B) | 325.2º | 0.88% | 0.67% | - |
| XYZ | 19.48 | 10.11 | 14.83 | - |
| YUV | 74.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 107 | 0 | 0.88 | 0.37 | 0.33 | 325.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 6B | 0 | 58 | 25 | 21 | 145 | 4F | 25 |
| Octal | 252 | 24 | 153 | 0 | 130 | 45 | 41 | 505 | 117 | 45 |
| Binary | 10101010 | 10100 | 1101011 | 0 | 1011000 | 100101 | 100001 | 101000101 | 1001111 | 100101 |
Color Harmonies of #AA146B
Complementary color
Monochromatic Colors of #AA146B
Black with #AA146B
Text Example
Text Example
White with #AA146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA146B; }
p { color: rgb(170,20,107); }
H1.HeaderClassName
{
color: #AA146B;
}
.AnyTagClassName
{
color: #AA146B;
}
</style>
background-color css
<style>
a { background-color: #AA146B; }
a { background-color: rgb(170,20,107); }
div.DivClassName
{
background-color: #AA146B;
}
.BgClassName
{
background-color: #AA146B;
}
</style>
border-color css
<style>
span { border-color: #AA146B; }
span { border-color: rgb(170,20,107); }
td.TdClassName
{
border-color: #AA146B;
}
.TagClassName
{
border-color: #AA146B;
}
</style>