Shades of Jazzberry Jam #AA045D
Tints of Jazzberry Jam #AA045D
RGB
CMYK
RGB Variations
Color information
#AA045D (or 0xAA045D) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 5D. RGB value is (170,4,93). Sum of RGB (Red+Green+Blue) = 170+4+93=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA045D is #55FBA2. Grayscale: #3F3F3F. Windows color (decimal): -5634979 or 6096042. OLE color: 6096042.
HSL color Cylindrical-coordinate representation of color #AA045D: hue angle of 327.83º 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 #AA045D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.33 |
| HSL | 327.83º | 0.95% | 0.34% | - |
| HSV(B) | 327.83º | 0.98% | 0.67% | - |
| XYZ | 18.6 | 9.42 | 11.19 | - |
| YUV | 63.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 93 | 0 | 0.98 | 0.45 | 0.33 | 327.83 | 0.95 | 0.34 |
| Hex | AA | 4 | 5D | 0 | 62 | 2D | 21 | 148 | 5F | 22 |
| Octal | 252 | 4 | 135 | 0 | 142 | 55 | 41 | 510 | 137 | 42 |
| Binary | 10101010 | 100 | 1011101 | 0 | 1100010 | 101101 | 100001 | 101001000 | 1011111 | 100010 |
Color Harmonies of #AA045D
Complementary color
Monochromatic Colors of #AA045D
Black with #AA045D
Text Example
Text Example
White with #AA045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA045D; }
p { color: rgb(170,4,93); }
H1.HeaderClassName
{
color: #AA045D;
}
.AnyTagClassName
{
color: #AA045D;
}
</style>
background-color css
<style>
a { background-color: #AA045D; }
a { background-color: rgb(170,4,93); }
div.DivClassName
{
background-color: #AA045D;
}
.BgClassName
{
background-color: #AA045D;
}
</style>
border-color css
<style>
span { border-color: #AA045D; }
span { border-color: rgb(170,4,93); }
td.TdClassName
{
border-color: #AA045D;
}
.TagClassName
{
border-color: #AA045D;
}
</style>