Shades of Jazzberry Jam #AA155B
Tints of Jazzberry Jam #AA155B
RGB
CMYK
RGB Variations
Color information
#AA155B (or 0xAA155B) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 5B. RGB value is (170,21,91). Sum of RGB (Red+Green+Blue) = 170+21+91=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA155B is #55EAA4. Grayscale: #494949. Windows color (decimal): -5630629 or 5969322. OLE color: 5969322.
HSL color Cylindrical-coordinate representation of color #AA155B: hue angle of 331.81º 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 #AA155B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 91 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.33 |
| HSL | 331.81º | 0.78% | 0.37% | - |
| HSV(B) | 331.81º | 0.88% | 0.67% | - |
| XYZ | 18.73 | 9.84 | 10.81 | - |
| YUV | 73.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 91 | 0 | 0.88 | 0.46 | 0.33 | 331.81 | 0.78 | 0.37 |
| Hex | AA | 15 | 5B | 0 | 58 | 2E | 21 | 14C | 4E | 25 |
| Octal | 252 | 25 | 133 | 0 | 130 | 56 | 41 | 514 | 116 | 45 |
| Binary | 10101010 | 10101 | 1011011 | 0 | 1011000 | 101110 | 100001 | 101001100 | 1001110 | 100101 |
Color Harmonies of #AA155B
Complementary color
Monochromatic Colors of #AA155B
Black with #AA155B
Text Example
Text Example
White with #AA155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA155B; }
p { color: rgb(170,21,91); }
H1.HeaderClassName
{
color: #AA155B;
}
.AnyTagClassName
{
color: #AA155B;
}
</style>
background-color css
<style>
a { background-color: #AA155B; }
a { background-color: rgb(170,21,91); }
div.DivClassName
{
background-color: #AA155B;
}
.BgClassName
{
background-color: #AA155B;
}
</style>
border-color css
<style>
span { border-color: #AA155B; }
span { border-color: rgb(170,21,91); }
td.TdClassName
{
border-color: #AA155B;
}
.TagClassName
{
border-color: #AA155B;
}
</style>