Shades of Jazzberry Jam #AA095A
Tints of Jazzberry Jam #AA095A
RGB
CMYK
RGB Variations
Color information
#AA095A (or 0xAA095A) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 5A. RGB value is (170,9,90). Sum of RGB (Red+Green+Blue) = 170+9+90=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA095A is #55F6A5. Grayscale: #424242. Windows color (decimal): -5633702 or 5900714. OLE color: 5900714.
HSL color Cylindrical-coordinate representation of color #AA095A: hue angle of 329.81º 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 #AA095A is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.33 |
| HSL | 329.81º | 0.9% | 0.35% | - |
| HSV(B) | 329.81º | 0.95% | 0.67% | - |
| XYZ | 18.52 | 9.48 | 10.53 | - |
| YUV | 66.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 90 | 0 | 0.95 | 0.47 | 0.33 | 329.81 | 0.9 | 0.35 |
| Hex | AA | 9 | 5A | 0 | 5F | 2F | 21 | 14A | 5A | 23 |
| Octal | 252 | 11 | 132 | 0 | 137 | 57 | 41 | 512 | 132 | 43 |
| Binary | 10101010 | 1001 | 1011010 | 0 | 1011111 | 101111 | 100001 | 101001010 | 1011010 | 100011 |
Color Harmonies of #AA095A
Complementary color
Monochromatic Colors of #AA095A
Black with #AA095A
Text Example
Text Example
White with #AA095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA095A; }
p { color: rgb(170,9,90); }
H1.HeaderClassName
{
color: #AA095A;
}
.AnyTagClassName
{
color: #AA095A;
}
</style>
background-color css
<style>
a { background-color: #AA095A; }
a { background-color: rgb(170,9,90); }
div.DivClassName
{
background-color: #AA095A;
}
.BgClassName
{
background-color: #AA095A;
}
</style>
border-color css
<style>
span { border-color: #AA095A; }
span { border-color: rgb(170,9,90); }
td.TdClassName
{
border-color: #AA095A;
}
.TagClassName
{
border-color: #AA095A;
}
</style>