Shades of Jazzberry Jam #AA1C63
Tints of Jazzberry Jam #AA1C63
RGB
CMYK
RGB Variations
Color information
#AA1C63 (or 0xAA1C63) is known color: Jazzberry Jam. HEX triplet: AA, 1C and 63. RGB value is (170,28,99). Sum of RGB (Red+Green+Blue) = 170+28+99=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C63 is #55E39C. Grayscale: #4E4E4E. Windows color (decimal): -5628829 or 6495402. OLE color: 6495402.
HSL color Cylindrical-coordinate representation of color #AA1C63: hue angle of 330º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C63 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 99 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.33 |
| HSL | 330º | 0.72% | 0.39% | - |
| HSV(B) | 330º | 0.84% | 0.67% | - |
| XYZ | 19.24 | 10.28 | 12.77 | - |
| YUV | 78.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 99 | 0 | 0.84 | 0.42 | 0.33 | 330 | 0.72 | 0.39 |
| Hex | AA | 1C | 63 | 0 | 54 | 2A | 21 | 14A | 48 | 27 |
| Octal | 252 | 34 | 143 | 0 | 124 | 52 | 41 | 512 | 110 | 47 |
| Binary | 10101010 | 11100 | 1100011 | 0 | 1010100 | 101010 | 100001 | 101001010 | 1001000 | 100111 |
Color Harmonies of #AA1C63
Complementary color
Monochromatic Colors of #AA1C63
Black with #AA1C63
Text Example
Text Example
White with #AA1C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C63; }
p { color: rgb(170,28,99); }
H1.HeaderClassName
{
color: #AA1C63;
}
.AnyTagClassName
{
color: #AA1C63;
}
</style>
background-color css
<style>
a { background-color: #AA1C63; }
a { background-color: rgb(170,28,99); }
div.DivClassName
{
background-color: #AA1C63;
}
.BgClassName
{
background-color: #AA1C63;
}
</style>
border-color css
<style>
span { border-color: #AA1C63; }
span { border-color: rgb(170,28,99); }
td.TdClassName
{
border-color: #AA1C63;
}
.TagClassName
{
border-color: #AA1C63;
}
</style>