Shades of Jazzberry Jam #AA033D
Tints of Jazzberry Jam #AA033D
RGB
CMYK
RGB Variations
Color information
#AA033D (or 0xAA033D) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 3D. RGB value is (170,3,61). Sum of RGB (Red+Green+Blue) = 170+3+61=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA033D is #55FCC2. Grayscale: #3B3B3B. Windows color (decimal): -5635267 or 3998634. OLE color: 3998634.
HSL color Cylindrical-coordinate representation of color #AA033D: hue angle of 339.16º 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 #AA033D is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.33 |
| HSL | 339.16º | 0.97% | 0.34% | - |
| HSV(B) | 339.16º | 0.98% | 0.67% | - |
| XYZ | 17.45 | 8.95 | 5.22 | - |
| YUV | 59.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 61 | 0 | 0.98 | 0.64 | 0.33 | 339.16 | 0.97 | 0.34 |
| Hex | AA | 3 | 3D | 0 | 62 | 40 | 21 | 153 | 61 | 22 |
| Octal | 252 | 3 | 75 | 0 | 142 | 100 | 41 | 523 | 141 | 42 |
| Binary | 10101010 | 11 | 111101 | 0 | 1100010 | 1000000 | 100001 | 101010011 | 1100001 | 100010 |
Color Harmonies of #AA033D
Complementary color
Monochromatic Colors of #AA033D
Black with #AA033D
Text Example
Text Example
White with #AA033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA033D; }
p { color: rgb(170,3,61); }
H1.HeaderClassName
{
color: #AA033D;
}
.AnyTagClassName
{
color: #AA033D;
}
</style>
background-color css
<style>
a { background-color: #AA033D; }
a { background-color: rgb(170,3,61); }
div.DivClassName
{
background-color: #AA033D;
}
.BgClassName
{
background-color: #AA033D;
}
</style>
border-color css
<style>
span { border-color: #AA033D; }
span { border-color: rgb(170,3,61); }
td.TdClassName
{
border-color: #AA033D;
}
.TagClassName
{
border-color: #AA033D;
}
</style>