Shades of Jazzberry Jam #AA145B
Tints of Jazzberry Jam #AA145B
RGB
CMYK
RGB Variations
Color information
#AA145B (or 0xAA145B) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 5B. RGB value is (170,20,91). Sum of RGB (Red+Green+Blue) = 170+20+91=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA145B is #55EBA4. Grayscale: #484848. Windows color (decimal): -5630885 or 5969066. OLE color: 5969066.
HSL color Cylindrical-coordinate representation of color #AA145B: hue angle of 331.6º 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 #AA145B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 91 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.33 |
| HSL | 331.6º | 0.79% | 0.37% | - |
| HSV(B) | 331.6º | 0.88% | 0.67% | - |
| XYZ | 18.72 | 9.8 | 10.8 | - |
| YUV | 72.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 91 | 0 | 0.88 | 0.46 | 0.33 | 331.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 5B | 0 | 58 | 2E | 21 | 14C | 4F | 25 |
| Octal | 252 | 24 | 133 | 0 | 130 | 56 | 41 | 514 | 117 | 45 |
| Binary | 10101010 | 10100 | 1011011 | 0 | 1011000 | 101110 | 100001 | 101001100 | 1001111 | 100101 |
Color Harmonies of #AA145B
Complementary color
Monochromatic Colors of #AA145B
Black with #AA145B
Text Example
Text Example
White with #AA145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA145B; }
p { color: rgb(170,20,91); }
H1.HeaderClassName
{
color: #AA145B;
}
.AnyTagClassName
{
color: #AA145B;
}
</style>
background-color css
<style>
a { background-color: #AA145B; }
a { background-color: rgb(170,20,91); }
div.DivClassName
{
background-color: #AA145B;
}
.BgClassName
{
background-color: #AA145B;
}
</style>
border-color css
<style>
span { border-color: #AA145B; }
span { border-color: rgb(170,20,91); }
td.TdClassName
{
border-color: #AA145B;
}
.TagClassName
{
border-color: #AA145B;
}
</style>