Shades of Jazzberry Jam #AA144B
Tints of Jazzberry Jam #AA144B
RGB
CMYK
RGB Variations
Color information
#AA144B (or 0xAA144B) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 4B. RGB value is (170,20,75). Sum of RGB (Red+Green+Blue) = 170+20+75=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA144B is #55EBB4. Grayscale: #474747. Windows color (decimal): -5630901 or 4920490. OLE color: 4920490.
HSL color Cylindrical-coordinate representation of color #AA144B: hue angle of 338º 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 #AA144B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 75 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.33 |
| HSL | 338º | 0.79% | 0.37% | - |
| HSV(B) | 338º | 0.88% | 0.67% | - |
| XYZ | 18.1 | 9.55 | 7.55 | - |
| YUV | 71.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 75 | 0 | 0.88 | 0.56 | 0.33 | 338 | 0.79 | 0.37 |
| Hex | AA | 14 | 4B | 0 | 58 | 38 | 21 | 152 | 4F | 25 |
| Octal | 252 | 24 | 113 | 0 | 130 | 70 | 41 | 522 | 117 | 45 |
| Binary | 10101010 | 10100 | 1001011 | 0 | 1011000 | 111000 | 100001 | 101010010 | 1001111 | 100101 |
Color Harmonies of #AA144B
Complementary color
Monochromatic Colors of #AA144B
Black with #AA144B
Text Example
Text Example
White with #AA144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA144B; }
p { color: rgb(170,20,75); }
H1.HeaderClassName
{
color: #AA144B;
}
.AnyTagClassName
{
color: #AA144B;
}
</style>
background-color css
<style>
a { background-color: #AA144B; }
a { background-color: rgb(170,20,75); }
div.DivClassName
{
background-color: #AA144B;
}
.BgClassName
{
background-color: #AA144B;
}
</style>
border-color css
<style>
span { border-color: #AA144B; }
span { border-color: rgb(170,20,75); }
td.TdClassName
{
border-color: #AA144B;
}
.TagClassName
{
border-color: #AA144B;
}
</style>