Shades of Jazzberry Jam #AA064A
Tints of Jazzberry Jam #AA064A
RGB
CMYK
RGB Variations
Color information
#AA064A (or 0xAA064A) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 4A. RGB value is (170,6,74). Sum of RGB (Red+Green+Blue) = 170+6+74=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA064A is #55F9B5. Grayscale: #3E3E3E. Windows color (decimal): -5634486 or 4851370. OLE color: 4851370.
HSL color Cylindrical-coordinate representation of color #AA064A: hue angle of 335.12º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA064A is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 74 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.33 |
| HSL | 335.12º | 0.93% | 0.35% | - |
| HSV(B) | 335.12º | 0.96% | 0.67% | - |
| XYZ | 17.88 | 9.17 | 7.31 | - |
| YUV | 62.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 74 | 0 | 0.96 | 0.56 | 0.33 | 335.12 | 0.93 | 0.35 |
| Hex | AA | 6 | 4A | 0 | 60 | 38 | 21 | 14F | 5D | 23 |
| Octal | 252 | 6 | 112 | 0 | 140 | 70 | 41 | 517 | 135 | 43 |
| Binary | 10101010 | 110 | 1001010 | 0 | 1100000 | 111000 | 100001 | 101001111 | 1011101 | 100011 |
Color Harmonies of #AA064A
Complementary color
Monochromatic Colors of #AA064A
Black with #AA064A
Text Example
Text Example
White with #AA064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA064A; }
p { color: rgb(170,6,74); }
H1.HeaderClassName
{
color: #AA064A;
}
.AnyTagClassName
{
color: #AA064A;
}
</style>
background-color css
<style>
a { background-color: #AA064A; }
a { background-color: rgb(170,6,74); }
div.DivClassName
{
background-color: #AA064A;
}
.BgClassName
{
background-color: #AA064A;
}
</style>
border-color css
<style>
span { border-color: #AA064A; }
span { border-color: rgb(170,6,74); }
td.TdClassName
{
border-color: #AA064A;
}
.TagClassName
{
border-color: #AA064A;
}
</style>