Shades of Jazzberry Jam #AA1B5B
Tints of Jazzberry Jam #AA1B5B
RGB
CMYK
RGB Variations
Color information
#AA1B5B (or 0xAA1B5B) is known color: Jazzberry Jam. HEX triplet: AA, 1B and 5B. RGB value is (170,27,91). Sum of RGB (Red+Green+Blue) = 170+27+91=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B5B is #55E4A4. Grayscale: #4C4C4C. Windows color (decimal): -5629093 or 5970858. OLE color: 5970858.
HSL color Cylindrical-coordinate representation of color #AA1B5B: hue angle of 333.15º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B5B is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 91 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.33 |
| HSL | 333.15º | 0.73% | 0.39% | - |
| HSV(B) | 333.15º | 0.84% | 0.67% | - |
| XYZ | 18.86 | 10.09 | 10.85 | - |
| YUV | 77.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 91 | 0 | 0.84 | 0.46 | 0.33 | 333.15 | 0.73 | 0.39 |
| Hex | AA | 1B | 5B | 0 | 54 | 2E | 21 | 14D | 49 | 27 |
| Octal | 252 | 33 | 133 | 0 | 124 | 56 | 41 | 515 | 111 | 47 |
| Binary | 10101010 | 11011 | 1011011 | 0 | 1010100 | 101110 | 100001 | 101001101 | 1001001 | 100111 |
Color Harmonies of #AA1B5B
Complementary color
Monochromatic Colors of #AA1B5B
Black with #AA1B5B
Text Example
Text Example
White with #AA1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B5B; }
p { color: rgb(170,27,91); }
H1.HeaderClassName
{
color: #AA1B5B;
}
.AnyTagClassName
{
color: #AA1B5B;
}
</style>
background-color css
<style>
a { background-color: #AA1B5B; }
a { background-color: rgb(170,27,91); }
div.DivClassName
{
background-color: #AA1B5B;
}
.BgClassName
{
background-color: #AA1B5B;
}
</style>
border-color css
<style>
span { border-color: #AA1B5B; }
span { border-color: rgb(170,27,91); }
td.TdClassName
{
border-color: #AA1B5B;
}
.TagClassName
{
border-color: #AA1B5B;
}
</style>