Shades of Jazzberry Jam #AA055B
Tints of Jazzberry Jam #AA055B
RGB
CMYK
RGB Variations
Color information
#AA055B (or 0xAA055B) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 5B. RGB value is (170,5,91). Sum of RGB (Red+Green+Blue) = 170+5+91=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA055B is #55FAA4. Grayscale: #3F3F3F. Windows color (decimal): -5634725 or 5965226. OLE color: 5965226.
HSL color Cylindrical-coordinate representation of color #AA055B: hue angle of 328.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA055B is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 91 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.33 |
| HSL | 328.73º | 0.94% | 0.34% | - |
| HSV(B) | 328.73º | 0.97% | 0.67% | - |
| XYZ | 18.52 | 9.41 | 10.74 | - |
| YUV | 64.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 91 | 0 | 0.97 | 0.46 | 0.33 | 328.73 | 0.94 | 0.34 |
| Hex | AA | 5 | 5B | 0 | 61 | 2E | 21 | 149 | 5E | 22 |
| Octal | 252 | 5 | 133 | 0 | 141 | 56 | 41 | 511 | 136 | 42 |
| Binary | 10101010 | 101 | 1011011 | 0 | 1100001 | 101110 | 100001 | 101001001 | 1011110 | 100010 |
Color Harmonies of #AA055B
Complementary color
Monochromatic Colors of #AA055B
Black with #AA055B
Text Example
Text Example
White with #AA055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA055B; }
p { color: rgb(170,5,91); }
H1.HeaderClassName
{
color: #AA055B;
}
.AnyTagClassName
{
color: #AA055B;
}
</style>
background-color css
<style>
a { background-color: #AA055B; }
a { background-color: rgb(170,5,91); }
div.DivClassName
{
background-color: #AA055B;
}
.BgClassName
{
background-color: #AA055B;
}
</style>
border-color css
<style>
span { border-color: #AA055B; }
span { border-color: rgb(170,5,91); }
td.TdClassName
{
border-color: #AA055B;
}
.TagClassName
{
border-color: #AA055B;
}
</style>