Shades of Jazzberry Jam #AA034E
Tints of Jazzberry Jam #AA034E
RGB
CMYK
RGB Variations
Color information
#AA034E (or 0xAA034E) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 4E. RGB value is (170,3,78). Sum of RGB (Red+Green+Blue) = 170+3+78=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA034E is #55FCB1. Grayscale: #3D3D3D. Windows color (decimal): -5635250 or 5112746. OLE color: 5112746.
HSL color Cylindrical-coordinate representation of color #AA034E: hue angle of 333.05º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA034E is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.33 |
| HSL | 333.05º | 0.97% | 0.34% | - |
| HSV(B) | 333.05º | 0.98% | 0.67% | - |
| XYZ | 17.99 | 9.16 | 8.03 | - |
| YUV | 61.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 78 | 0 | 0.98 | 0.54 | 0.33 | 333.05 | 0.97 | 0.34 |
| Hex | AA | 3 | 4E | 0 | 62 | 36 | 21 | 14D | 61 | 22 |
| Octal | 252 | 3 | 116 | 0 | 142 | 66 | 41 | 515 | 141 | 42 |
| Binary | 10101010 | 11 | 1001110 | 0 | 1100010 | 110110 | 100001 | 101001101 | 1100001 | 100010 |
Color Harmonies of #AA034E
Complementary color
Monochromatic Colors of #AA034E
Black with #AA034E
Text Example
Text Example
White with #AA034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA034E; }
p { color: rgb(170,3,78); }
H1.HeaderClassName
{
color: #AA034E;
}
.AnyTagClassName
{
color: #AA034E;
}
</style>
background-color css
<style>
a { background-color: #AA034E; }
a { background-color: rgb(170,3,78); }
div.DivClassName
{
background-color: #AA034E;
}
.BgClassName
{
background-color: #AA034E;
}
</style>
border-color css
<style>
span { border-color: #AA034E; }
span { border-color: rgb(170,3,78); }
td.TdClassName
{
border-color: #AA034E;
}
.TagClassName
{
border-color: #AA034E;
}
</style>