Shades of Jazzberry Jam #AA1052
Tints of Jazzberry Jam #AA1052
RGB
CMYK
RGB Variations
Color information
#AA1052 (or 0xAA1052) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 52. RGB value is (170,16,82). Sum of RGB (Red+Green+Blue) = 170+16+82=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1052 is #55EFAD. Grayscale: #454545. Windows color (decimal): -5631918 or 5378218. OLE color: 5378218.
HSL color Cylindrical-coordinate representation of color #AA1052: hue angle of 334.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1052 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 82 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.33 |
| HSL | 334.29º | 0.83% | 0.36% | - |
| HSV(B) | 334.29º | 0.91% | 0.67% | - |
| XYZ | 18.29 | 9.53 | 8.86 | - |
| YUV | 69.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 82 | 0 | 0.91 | 0.52 | 0.33 | 334.29 | 0.83 | 0.36 |
| Hex | AA | 10 | 52 | 0 | 5B | 34 | 21 | 14E | 53 | 24 |
| Octal | 252 | 20 | 122 | 0 | 133 | 64 | 41 | 516 | 123 | 44 |
| Binary | 10101010 | 10000 | 1010010 | 0 | 1011011 | 110100 | 100001 | 101001110 | 1010011 | 100100 |
Color Harmonies of #AA1052
Complementary color
Monochromatic Colors of #AA1052
Black with #AA1052
Text Example
Text Example
White with #AA1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1052; }
p { color: rgb(170,16,82); }
H1.HeaderClassName
{
color: #AA1052;
}
.AnyTagClassName
{
color: #AA1052;
}
</style>
background-color css
<style>
a { background-color: #AA1052; }
a { background-color: rgb(170,16,82); }
div.DivClassName
{
background-color: #AA1052;
}
.BgClassName
{
background-color: #AA1052;
}
</style>
border-color css
<style>
span { border-color: #AA1052; }
span { border-color: rgb(170,16,82); }
td.TdClassName
{
border-color: #AA1052;
}
.TagClassName
{
border-color: #AA1052;
}
</style>