Shades of Jazzberry Jam #AA023B
Tints of Jazzberry Jam #AA023B
RGB
CMYK
RGB Variations
Color information
#AA023B (or 0xAA023B) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 3B. RGB value is (170,2,59). Sum of RGB (Red+Green+Blue) = 170+2+59=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA023B is #55FDC4. Grayscale: #3A3A3A. Windows color (decimal): -5635525 or 3867306. OLE color: 3867306.
HSL color Cylindrical-coordinate representation of color #AA023B: hue angle of 339.64º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA023B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.33 |
| HSL | 339.64º | 0.98% | 0.34% | - |
| HSV(B) | 339.64º | 0.99% | 0.67% | - |
| XYZ | 17.39 | 8.91 | 4.94 | - |
| YUV | 58.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 59 | 0 | 0.99 | 0.65 | 0.33 | 339.64 | 0.98 | 0.34 |
| Hex | AA | 2 | 3B | 0 | 63 | 41 | 21 | 154 | 62 | 22 |
| Octal | 252 | 2 | 73 | 0 | 143 | 101 | 41 | 524 | 142 | 42 |
| Binary | 10101010 | 10 | 111011 | 0 | 1100011 | 1000001 | 100001 | 101010100 | 1100010 | 100010 |
Color Harmonies of #AA023B
Complementary color
Monochromatic Colors of #AA023B
Black with #AA023B
Text Example
Text Example
White with #AA023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA023B; }
p { color: rgb(170,2,59); }
H1.HeaderClassName
{
color: #AA023B;
}
.AnyTagClassName
{
color: #AA023B;
}
</style>
background-color css
<style>
a { background-color: #AA023B; }
a { background-color: rgb(170,2,59); }
div.DivClassName
{
background-color: #AA023B;
}
.BgClassName
{
background-color: #AA023B;
}
</style>
border-color css
<style>
span { border-color: #AA023B; }
span { border-color: rgb(170,2,59); }
td.TdClassName
{
border-color: #AA023B;
}
.TagClassName
{
border-color: #AA023B;
}
</style>