Shades of Jazzberry Jam #AA095C
Tints of Jazzberry Jam #AA095C
RGB
CMYK
RGB Variations
Color information
#AA095C (or 0xAA095C) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 5C. RGB value is (170,9,92). Sum of RGB (Red+Green+Blue) = 170+9+92=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA095C is #55F6A3. Grayscale: #424242. Windows color (decimal): -5633700 or 6031786. OLE color: 6031786.
HSL color Cylindrical-coordinate representation of color #AA095C: hue angle of 329.07º 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 #AA095C is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 92 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.33 |
| HSL | 329.07º | 0.9% | 0.35% | - |
| HSV(B) | 329.07º | 0.95% | 0.67% | - |
| XYZ | 18.61 | 9.51 | 10.98 | - |
| YUV | 66.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 92 | 0 | 0.95 | 0.46 | 0.33 | 329.07 | 0.9 | 0.35 |
| Hex | AA | 9 | 5C | 0 | 5F | 2E | 21 | 149 | 5A | 23 |
| Octal | 252 | 11 | 134 | 0 | 137 | 56 | 41 | 511 | 132 | 43 |
| Binary | 10101010 | 1001 | 1011100 | 0 | 1011111 | 101110 | 100001 | 101001001 | 1011010 | 100011 |
Color Harmonies of #AA095C
Complementary color
Monochromatic Colors of #AA095C
Black with #AA095C
Text Example
Text Example
White with #AA095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA095C; }
p { color: rgb(170,9,92); }
H1.HeaderClassName
{
color: #AA095C;
}
.AnyTagClassName
{
color: #AA095C;
}
</style>
background-color css
<style>
a { background-color: #AA095C; }
a { background-color: rgb(170,9,92); }
div.DivClassName
{
background-color: #AA095C;
}
.BgClassName
{
background-color: #AA095C;
}
</style>
border-color css
<style>
span { border-color: #AA095C; }
span { border-color: rgb(170,9,92); }
td.TdClassName
{
border-color: #AA095C;
}
.TagClassName
{
border-color: #AA095C;
}
</style>