Shades of Jazzberry Jam #AA034A
Tints of Jazzberry Jam #AA034A
RGB
CMYK
RGB Variations
Color information
#AA034A (or 0xAA034A) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 4A. RGB value is (170,3,74). Sum of RGB (Red+Green+Blue) = 170+3+74=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA034A is #55FCB5. Grayscale: #3C3C3C. Windows color (decimal): -5635254 or 4850602. OLE color: 4850602.
HSL color Cylindrical-coordinate representation of color #AA034A: hue angle of 334.49º 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 #AA034A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 74 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.33 |
| HSL | 334.49º | 0.97% | 0.34% | - |
| HSV(B) | 334.49º | 0.98% | 0.67% | - |
| XYZ | 17.85 | 9.11 | 7.3 | - |
| YUV | 61.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 74 | 0 | 0.98 | 0.56 | 0.33 | 334.49 | 0.97 | 0.34 |
| Hex | AA | 3 | 4A | 0 | 62 | 38 | 21 | 14E | 61 | 22 |
| Octal | 252 | 3 | 112 | 0 | 142 | 70 | 41 | 516 | 141 | 42 |
| Binary | 10101010 | 11 | 1001010 | 0 | 1100010 | 111000 | 100001 | 101001110 | 1100001 | 100010 |
Color Harmonies of #AA034A
Complementary color
Monochromatic Colors of #AA034A
Black with #AA034A
Text Example
Text Example
White with #AA034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA034A; }
p { color: rgb(170,3,74); }
H1.HeaderClassName
{
color: #AA034A;
}
.AnyTagClassName
{
color: #AA034A;
}
</style>
background-color css
<style>
a { background-color: #AA034A; }
a { background-color: rgb(170,3,74); }
div.DivClassName
{
background-color: #AA034A;
}
.BgClassName
{
background-color: #AA034A;
}
</style>
border-color css
<style>
span { border-color: #AA034A; }
span { border-color: rgb(170,3,74); }
td.TdClassName
{
border-color: #AA034A;
}
.TagClassName
{
border-color: #AA034A;
}
</style>