Shades of Jazzberry Jam #AA1B5C
Tints of Jazzberry Jam #AA1B5C
RGB
CMYK
RGB Variations
Color information
#AA1B5C (or 0xAA1B5C) is known color: Jazzberry Jam. HEX triplet: AA, 1B and 5C. RGB value is (170,27,92). Sum of RGB (Red+Green+Blue) = 170+27+92=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B5C is #55E4A3. Grayscale: #4D4D4D. Windows color (decimal): -5629092 or 6036394. OLE color: 6036394.
HSL color Cylindrical-coordinate representation of color #AA1B5C: hue angle of 332.73º 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 #AA1B5C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 92 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.33 |
| HSL | 332.73º | 0.73% | 0.39% | - |
| HSV(B) | 332.73º | 0.84% | 0.67% | - |
| XYZ | 18.9 | 10.1 | 11.08 | - |
| YUV | 77.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 92 | 0 | 0.84 | 0.46 | 0.33 | 332.73 | 0.73 | 0.39 |
| Hex | AA | 1B | 5C | 0 | 54 | 2E | 21 | 14D | 49 | 27 |
| Octal | 252 | 33 | 134 | 0 | 124 | 56 | 41 | 515 | 111 | 47 |
| Binary | 10101010 | 11011 | 1011100 | 0 | 1010100 | 101110 | 100001 | 101001101 | 1001001 | 100111 |
Color Harmonies of #AA1B5C
Complementary color
Monochromatic Colors of #AA1B5C
Black with #AA1B5C
Text Example
Text Example
White with #AA1B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B5C; }
p { color: rgb(170,27,92); }
H1.HeaderClassName
{
color: #AA1B5C;
}
.AnyTagClassName
{
color: #AA1B5C;
}
</style>
background-color css
<style>
a { background-color: #AA1B5C; }
a { background-color: rgb(170,27,92); }
div.DivClassName
{
background-color: #AA1B5C;
}
.BgClassName
{
background-color: #AA1B5C;
}
</style>
border-color css
<style>
span { border-color: #AA1B5C; }
span { border-color: rgb(170,27,92); }
td.TdClassName
{
border-color: #AA1B5C;
}
.TagClassName
{
border-color: #AA1B5C;
}
</style>