Shades of Jazzberry Jam #AA0C5A
Tints of Jazzberry Jam #AA0C5A
RGB
CMYK
RGB Variations
Color information
#AA0C5A (or 0xAA0C5A) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 5A. RGB value is (170,12,90). Sum of RGB (Red+Green+Blue) = 170+12+90=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C5A is #55F3A5. Grayscale: #434343. Windows color (decimal): -5632934 or 5901482. OLE color: 5901482.
HSL color Cylindrical-coordinate representation of color #AA0C5A: hue angle of 330.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C5A is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 90 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.33 |
| HSL | 330.38º | 0.87% | 0.36% | - |
| HSV(B) | 330.38º | 0.93% | 0.67% | - |
| XYZ | 18.55 | 9.55 | 10.54 | - |
| YUV | 68.13 | 140.35 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 90 | 0 | 0.93 | 0.47 | 0.33 | 330.38 | 0.87 | 0.36 |
| Hex | AA | C | 5A | 0 | 5D | 2F | 21 | 14A | 57 | 24 |
| Octal | 252 | 14 | 132 | 0 | 135 | 57 | 41 | 512 | 127 | 44 |
| Binary | 10101010 | 1100 | 1011010 | 0 | 1011101 | 101111 | 100001 | 101001010 | 1010111 | 100100 |
Color Harmonies of #AA0C5A
Complementary color
Monochromatic Colors of #AA0C5A
Black with #AA0C5A
Text Example
Text Example
White with #AA0C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C5A; }
p { color: rgb(170,12,90); }
H1.HeaderClassName
{
color: #AA0C5A;
}
.AnyTagClassName
{
color: #AA0C5A;
}
</style>
background-color css
<style>
a { background-color: #AA0C5A; }
a { background-color: rgb(170,12,90); }
div.DivClassName
{
background-color: #AA0C5A;
}
.BgClassName
{
background-color: #AA0C5A;
}
</style>
border-color css
<style>
span { border-color: #AA0C5A; }
span { border-color: rgb(170,12,90); }
td.TdClassName
{
border-color: #AA0C5A;
}
.TagClassName
{
border-color: #AA0C5A;
}
</style>