Shades of Jazzberry Jam #AA0F5B
Tints of Jazzberry Jam #AA0F5B
RGB
CMYK
RGB Variations
Color information
#AA0F5B (or 0xAA0F5B) is known color: Jazzberry Jam. HEX triplet: AA, 0F and 5B. RGB value is (170,15,91). Sum of RGB (Red+Green+Blue) = 170+15+91=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F5B is #55F0A4. Grayscale: #454545. Windows color (decimal): -5632165 or 5967786. OLE color: 5967786.
HSL color Cylindrical-coordinate representation of color #AA0F5B: hue angle of 330.58º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F5B is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 91 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.33 |
| HSL | 330.58º | 0.84% | 0.36% | - |
| HSV(B) | 330.58º | 0.91% | 0.67% | - |
| XYZ | 18.64 | 9.64 | 10.78 | - |
| YUV | 70.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 91 | 0 | 0.91 | 0.46 | 0.33 | 330.58 | 0.84 | 0.36 |
| Hex | AA | F | 5B | 0 | 5B | 2E | 21 | 14B | 54 | 24 |
| Octal | 252 | 17 | 133 | 0 | 133 | 56 | 41 | 513 | 124 | 44 |
| Binary | 10101010 | 1111 | 1011011 | 0 | 1011011 | 101110 | 100001 | 101001011 | 1010100 | 100100 |
Color Harmonies of #AA0F5B
Complementary color
Monochromatic Colors of #AA0F5B
Black with #AA0F5B
Text Example
Text Example
White with #AA0F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F5B; }
p { color: rgb(170,15,91); }
H1.HeaderClassName
{
color: #AA0F5B;
}
.AnyTagClassName
{
color: #AA0F5B;
}
</style>
background-color css
<style>
a { background-color: #AA0F5B; }
a { background-color: rgb(170,15,91); }
div.DivClassName
{
background-color: #AA0F5B;
}
.BgClassName
{
background-color: #AA0F5B;
}
</style>
border-color css
<style>
span { border-color: #AA0F5B; }
span { border-color: rgb(170,15,91); }
td.TdClassName
{
border-color: #AA0F5B;
}
.TagClassName
{
border-color: #AA0F5B;
}
</style>