Shades of Jazzberry Jam #AA043D
Tints of Jazzberry Jam #AA043D
RGB
CMYK
RGB Variations
Color information
#AA043D (or 0xAA043D) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 3D. RGB value is (170,4,61). Sum of RGB (Red+Green+Blue) = 170+4+61=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA043D is #55FBC2. Grayscale: #3C3C3C. Windows color (decimal): -5635011 or 3998890. OLE color: 3998890.
HSL color Cylindrical-coordinate representation of color #AA043D: hue angle of 339.4º degrees, saturation: 0.95, 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 #AA043D is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.33 |
| HSL | 339.4º | 0.95% | 0.34% | - |
| HSV(B) | 339.4º | 0.98% | 0.67% | - |
| XYZ | 17.46 | 8.97 | 5.23 | - |
| YUV | 60.13 | 128.5 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 61 | 0 | 0.98 | 0.64 | 0.33 | 339.4 | 0.95 | 0.34 |
| Hex | AA | 4 | 3D | 0 | 62 | 40 | 21 | 153 | 5F | 22 |
| Octal | 252 | 4 | 75 | 0 | 142 | 100 | 41 | 523 | 137 | 42 |
| Binary | 10101010 | 100 | 111101 | 0 | 1100010 | 1000000 | 100001 | 101010011 | 1011111 | 100010 |
Color Harmonies of #AA043D
Complementary color
Monochromatic Colors of #AA043D
Black with #AA043D
Text Example
Text Example
White with #AA043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA043D; }
p { color: rgb(170,4,61); }
H1.HeaderClassName
{
color: #AA043D;
}
.AnyTagClassName
{
color: #AA043D;
}
</style>
background-color css
<style>
a { background-color: #AA043D; }
a { background-color: rgb(170,4,61); }
div.DivClassName
{
background-color: #AA043D;
}
.BgClassName
{
background-color: #AA043D;
}
</style>
border-color css
<style>
span { border-color: #AA043D; }
span { border-color: rgb(170,4,61); }
td.TdClassName
{
border-color: #AA043D;
}
.TagClassName
{
border-color: #AA043D;
}
</style>