Shades of Jazzberry Jam #AA155C
Tints of Jazzberry Jam #AA155C
RGB
CMYK
RGB Variations
Color information
#AA155C (or 0xAA155C) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 5C. RGB value is (170,21,92). Sum of RGB (Red+Green+Blue) = 170+21+92=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA155C is #55EAA3. Grayscale: #494949. Windows color (decimal): -5630628 or 6034858. OLE color: 6034858.
HSL color Cylindrical-coordinate representation of color #AA155C: hue angle of 331.41º degrees, saturation: 0.78, 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 #AA155C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 92 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.33 |
| HSL | 331.41º | 0.78% | 0.37% | - |
| HSV(B) | 331.41º | 0.88% | 0.67% | - |
| XYZ | 18.78 | 9.86 | 11.04 | - |
| YUV | 73.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 92 | 0 | 0.88 | 0.46 | 0.33 | 331.41 | 0.78 | 0.37 |
| Hex | AA | 15 | 5C | 0 | 58 | 2E | 21 | 14B | 4E | 25 |
| Octal | 252 | 25 | 134 | 0 | 130 | 56 | 41 | 513 | 116 | 45 |
| Binary | 10101010 | 10101 | 1011100 | 0 | 1011000 | 101110 | 100001 | 101001011 | 1001110 | 100101 |
Color Harmonies of #AA155C
Complementary color
Monochromatic Colors of #AA155C
Black with #AA155C
Text Example
Text Example
White with #AA155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA155C; }
p { color: rgb(170,21,92); }
H1.HeaderClassName
{
color: #AA155C;
}
.AnyTagClassName
{
color: #AA155C;
}
</style>
background-color css
<style>
a { background-color: #AA155C; }
a { background-color: rgb(170,21,92); }
div.DivClassName
{
background-color: #AA155C;
}
.BgClassName
{
background-color: #AA155C;
}
</style>
border-color css
<style>
span { border-color: #AA155C; }
span { border-color: rgb(170,21,92); }
td.TdClassName
{
border-color: #AA155C;
}
.TagClassName
{
border-color: #AA155C;
}
</style>