Shades of Jazzberry Jam #AA0C58
Tints of Jazzberry Jam #AA0C58
RGB
CMYK
RGB Variations
Color information
#AA0C58 (or 0xAA0C58) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 58. RGB value is (170,12,88). Sum of RGB (Red+Green+Blue) = 170+12+88=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C58 is #55F3A7. Grayscale: #434343. Windows color (decimal): -5632936 or 5770410. OLE color: 5770410.
HSL color Cylindrical-coordinate representation of color #AA0C58: hue angle of 331.14º 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 #AA0C58 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 88 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.33 |
| HSL | 331.14º | 0.87% | 0.36% | - |
| HSV(B) | 331.14º | 0.93% | 0.67% | - |
| XYZ | 18.47 | 9.51 | 10.1 | - |
| YUV | 67.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 88 | 0 | 0.93 | 0.48 | 0.33 | 331.14 | 0.87 | 0.36 |
| Hex | AA | C | 58 | 0 | 5D | 30 | 21 | 14B | 57 | 24 |
| Octal | 252 | 14 | 130 | 0 | 135 | 60 | 41 | 513 | 127 | 44 |
| Binary | 10101010 | 1100 | 1011000 | 0 | 1011101 | 110000 | 100001 | 101001011 | 1010111 | 100100 |
Color Harmonies of #AA0C58
Complementary color
Monochromatic Colors of #AA0C58
Black with #AA0C58
Text Example
Text Example
White with #AA0C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C58; }
p { color: rgb(170,12,88); }
H1.HeaderClassName
{
color: #AA0C58;
}
.AnyTagClassName
{
color: #AA0C58;
}
</style>
background-color css
<style>
a { background-color: #AA0C58; }
a { background-color: rgb(170,12,88); }
div.DivClassName
{
background-color: #AA0C58;
}
.BgClassName
{
background-color: #AA0C58;
}
</style>
border-color css
<style>
span { border-color: #AA0C58; }
span { border-color: rgb(170,12,88); }
td.TdClassName
{
border-color: #AA0C58;
}
.TagClassName
{
border-color: #AA0C58;
}
</style>