Shades of Jazzberry Jam #AA023F
Tints of Jazzberry Jam #AA023F
RGB
CMYK
RGB Variations
Color information
#AA023F (or 0xAA023F) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 3F. RGB value is (170,2,63). Sum of RGB (Red+Green+Blue) = 170+2+63=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA023F is #55FDC0. Grayscale: #3B3B3B. Windows color (decimal): -5635521 or 4129450. OLE color: 4129450.
HSL color Cylindrical-coordinate representation of color #AA023F: hue angle of 338.21º 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 #AA023F is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.33 |
| HSL | 338.21º | 0.98% | 0.34% | - |
| HSV(B) | 338.21º | 0.99% | 0.67% | - |
| XYZ | 17.5 | 8.95 | 5.51 | - |
| YUV | 59.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 63 | 0 | 0.99 | 0.63 | 0.33 | 338.21 | 0.98 | 0.34 |
| Hex | AA | 2 | 3F | 0 | 63 | 3F | 21 | 152 | 62 | 22 |
| Octal | 252 | 2 | 77 | 0 | 143 | 77 | 41 | 522 | 142 | 42 |
| Binary | 10101010 | 10 | 111111 | 0 | 1100011 | 111111 | 100001 | 101010010 | 1100010 | 100010 |
Color Harmonies of #AA023F
Complementary color
Monochromatic Colors of #AA023F
Black with #AA023F
Text Example
Text Example
White with #AA023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA023F; }
p { color: rgb(170,2,63); }
H1.HeaderClassName
{
color: #AA023F;
}
.AnyTagClassName
{
color: #AA023F;
}
</style>
background-color css
<style>
a { background-color: #AA023F; }
a { background-color: rgb(170,2,63); }
div.DivClassName
{
background-color: #AA023F;
}
.BgClassName
{
background-color: #AA023F;
}
</style>
border-color css
<style>
span { border-color: #AA023F; }
span { border-color: rgb(170,2,63); }
td.TdClassName
{
border-color: #AA023F;
}
.TagClassName
{
border-color: #AA023F;
}
</style>