Shades of Jazzberry Jam #AA1454
Tints of Jazzberry Jam #AA1454
RGB
CMYK
RGB Variations
Color information
#AA1454 (or 0xAA1454) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 54. RGB value is (170,20,84). Sum of RGB (Red+Green+Blue) = 170+20+84=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1454 is #55EBAB. Grayscale: #484848. Windows color (decimal): -5630892 or 5510314. OLE color: 5510314.
HSL color Cylindrical-coordinate representation of color #AA1454: hue angle of 334.4º 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 #AA1454 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 84 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.33 |
| HSL | 334.4º | 0.79% | 0.37% | - |
| HSV(B) | 334.4º | 0.88% | 0.67% | - |
| XYZ | 18.43 | 9.69 | 9.29 | - |
| YUV | 72.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 84 | 0 | 0.88 | 0.51 | 0.33 | 334.4 | 0.79 | 0.37 |
| Hex | AA | 14 | 54 | 0 | 58 | 33 | 21 | 14E | 4F | 25 |
| Octal | 252 | 24 | 124 | 0 | 130 | 63 | 41 | 516 | 117 | 45 |
| Binary | 10101010 | 10100 | 1010100 | 0 | 1011000 | 110011 | 100001 | 101001110 | 1001111 | 100101 |
Color Harmonies of #AA1454
Complementary color
Monochromatic Colors of #AA1454
Black with #AA1454
Text Example
Text Example
White with #AA1454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1454; }
p { color: rgb(170,20,84); }
H1.HeaderClassName
{
color: #AA1454;
}
.AnyTagClassName
{
color: #AA1454;
}
</style>
background-color css
<style>
a { background-color: #AA1454; }
a { background-color: rgb(170,20,84); }
div.DivClassName
{
background-color: #AA1454;
}
.BgClassName
{
background-color: #AA1454;
}
</style>
border-color css
<style>
span { border-color: #AA1454; }
span { border-color: rgb(170,20,84); }
td.TdClassName
{
border-color: #AA1454;
}
.TagClassName
{
border-color: #AA1454;
}
</style>