Shades of Jazzberry Jam #AA0543
Tints of Jazzberry Jam #AA0543
RGB
CMYK
RGB Variations
Color information
#AA0543 (or 0xAA0543) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 43. RGB value is (170,5,67). Sum of RGB (Red+Green+Blue) = 170+5+67=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0543 is #55FABC. Grayscale: #3D3D3D. Windows color (decimal): -5634749 or 4392362. OLE color: 4392362.
HSL color Cylindrical-coordinate representation of color #AA0543: hue angle of 337.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0543 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 67 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.33 |
| HSL | 337.45º | 0.94% | 0.34% | - |
| HSV(B) | 337.45º | 0.97% | 0.67% | - |
| XYZ | 17.64 | 9.06 | 6.13 | - |
| YUV | 61.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 67 | 0 | 0.97 | 0.61 | 0.33 | 337.45 | 0.94 | 0.34 |
| Hex | AA | 5 | 43 | 0 | 61 | 3D | 21 | 151 | 5E | 22 |
| Octal | 252 | 5 | 103 | 0 | 141 | 75 | 41 | 521 | 136 | 42 |
| Binary | 10101010 | 101 | 1000011 | 0 | 1100001 | 111101 | 100001 | 101010001 | 1011110 | 100010 |
Color Harmonies of #AA0543
Complementary color
Monochromatic Colors of #AA0543
Black with #AA0543
Text Example
Text Example
White with #AA0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0543; }
p { color: rgb(170,5,67); }
H1.HeaderClassName
{
color: #AA0543;
}
.AnyTagClassName
{
color: #AA0543;
}
</style>
background-color css
<style>
a { background-color: #AA0543; }
a { background-color: rgb(170,5,67); }
div.DivClassName
{
background-color: #AA0543;
}
.BgClassName
{
background-color: #AA0543;
}
</style>
border-color css
<style>
span { border-color: #AA0543; }
span { border-color: rgb(170,5,67); }
td.TdClassName
{
border-color: #AA0543;
}
.TagClassName
{
border-color: #AA0543;
}
</style>