Shades of Jazzberry Jam #AA064F
Tints of Jazzberry Jam #AA064F
RGB
CMYK
RGB Variations
Color information
#AA064F (or 0xAA064F) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 4F. RGB value is (170,6,79). Sum of RGB (Red+Green+Blue) = 170+6+79=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA064F is #55F9B0. Grayscale: #3F3F3F. Windows color (decimal): -5634481 or 5179050. OLE color: 5179050.
HSL color Cylindrical-coordinate representation of color #AA064F: hue angle of 333.29º 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 #AA064F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 79 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.33 |
| HSL | 333.29º | 0.93% | 0.35% | - |
| HSV(B) | 333.29º | 0.96% | 0.67% | - |
| XYZ | 18.05 | 9.24 | 8.23 | - |
| YUV | 63.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 79 | 0 | 0.96 | 0.54 | 0.33 | 333.29 | 0.93 | 0.35 |
| Hex | AA | 6 | 4F | 0 | 60 | 36 | 21 | 14D | 5D | 23 |
| Octal | 252 | 6 | 117 | 0 | 140 | 66 | 41 | 515 | 135 | 43 |
| Binary | 10101010 | 110 | 1001111 | 0 | 1100000 | 110110 | 100001 | 101001101 | 1011101 | 100011 |
Color Harmonies of #AA064F
Complementary color
Monochromatic Colors of #AA064F
Black with #AA064F
Text Example
Text Example
White with #AA064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA064F; }
p { color: rgb(170,6,79); }
H1.HeaderClassName
{
color: #AA064F;
}
.AnyTagClassName
{
color: #AA064F;
}
</style>
background-color css
<style>
a { background-color: #AA064F; }
a { background-color: rgb(170,6,79); }
div.DivClassName
{
background-color: #AA064F;
}
.BgClassName
{
background-color: #AA064F;
}
</style>
border-color css
<style>
span { border-color: #AA064F; }
span { border-color: rgb(170,6,79); }
td.TdClassName
{
border-color: #AA064F;
}
.TagClassName
{
border-color: #AA064F;
}
</style>