Shades of Jazzberry Jam #AA094D
Tints of Jazzberry Jam #AA094D
RGB
CMYK
RGB Variations
Color information
#AA094D (or 0xAA094D) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 4D. RGB value is (170,9,77). Sum of RGB (Red+Green+Blue) = 170+9+77=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA094D is #55F6B2. Grayscale: #404040. Windows color (decimal): -5633715 or 5048746. OLE color: 5048746.
HSL color Cylindrical-coordinate representation of color #AA094D: hue angle of 334.66º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA094D is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.33 |
| HSL | 334.66º | 0.9% | 0.35% | - |
| HSV(B) | 334.66º | 0.95% | 0.67% | - |
| XYZ | 18.01 | 9.28 | 7.86 | - |
| YUV | 64.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 77 | 0 | 0.95 | 0.55 | 0.33 | 334.66 | 0.9 | 0.35 |
| Hex | AA | 9 | 4D | 0 | 5F | 37 | 21 | 14F | 5A | 23 |
| Octal | 252 | 11 | 115 | 0 | 137 | 67 | 41 | 517 | 132 | 43 |
| Binary | 10101010 | 1001 | 1001101 | 0 | 1011111 | 110111 | 100001 | 101001111 | 1011010 | 100011 |
Color Harmonies of #AA094D
Complementary color
Monochromatic Colors of #AA094D
Black with #AA094D
Text Example
Text Example
White with #AA094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA094D; }
p { color: rgb(170,9,77); }
H1.HeaderClassName
{
color: #AA094D;
}
.AnyTagClassName
{
color: #AA094D;
}
</style>
background-color css
<style>
a { background-color: #AA094D; }
a { background-color: rgb(170,9,77); }
div.DivClassName
{
background-color: #AA094D;
}
.BgClassName
{
background-color: #AA094D;
}
</style>
border-color css
<style>
span { border-color: #AA094D; }
span { border-color: rgb(170,9,77); }
td.TdClassName
{
border-color: #AA094D;
}
.TagClassName
{
border-color: #AA094D;
}
</style>