Shades of Jazzberry Jam #AA146E
Tints of Jazzberry Jam #AA146E
RGB
CMYK
RGB Variations
Color information
#AA146E (or 0xAA146E) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 6E. RGB value is (170,20,110). Sum of RGB (Red+Green+Blue) = 170+20+110=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA146E is #55EB91. Grayscale: #4A4A4A. Windows color (decimal): -5630866 or 7214250. OLE color: 7214250.
HSL color Cylindrical-coordinate representation of color #AA146E: hue angle of 324º 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 #AA146E is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 110 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.33 |
| HSL | 324º | 0.79% | 0.37% | - |
| HSV(B) | 324º | 0.88% | 0.67% | - |
| XYZ | 19.64 | 10.17 | 15.68 | - |
| YUV | 75.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 110 | 0 | 0.88 | 0.35 | 0.33 | 324 | 0.79 | 0.37 |
| Hex | AA | 14 | 6E | 0 | 58 | 23 | 21 | 144 | 4F | 25 |
| Octal | 252 | 24 | 156 | 0 | 130 | 43 | 41 | 504 | 117 | 45 |
| Binary | 10101010 | 10100 | 1101110 | 0 | 1011000 | 100011 | 100001 | 101000100 | 1001111 | 100101 |
Color Harmonies of #AA146E
Complementary color
Monochromatic Colors of #AA146E
Black with #AA146E
Text Example
Text Example
White with #AA146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA146E; }
p { color: rgb(170,20,110); }
H1.HeaderClassName
{
color: #AA146E;
}
.AnyTagClassName
{
color: #AA146E;
}
</style>
background-color css
<style>
a { background-color: #AA146E; }
a { background-color: rgb(170,20,110); }
div.DivClassName
{
background-color: #AA146E;
}
.BgClassName
{
background-color: #AA146E;
}
</style>
border-color css
<style>
span { border-color: #AA146E; }
span { border-color: rgb(170,20,110); }
td.TdClassName
{
border-color: #AA146E;
}
.TagClassName
{
border-color: #AA146E;
}
</style>