Shades of Jazzberry Jam #AA013E
Tints of Jazzberry Jam #AA013E
RGB
CMYK
RGB Variations
Color information
#AA013E (or 0xAA013E) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 3E. RGB value is (170,1,62). Sum of RGB (Red+Green+Blue) = 170+1+62=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA013E is #55FEC1. Grayscale: #3A3A3A. Windows color (decimal): -5635778 or 4063658. OLE color: 4063658.
HSL color Cylindrical-coordinate representation of color #AA013E: hue angle of 338.34º degrees, saturation: 0.99, 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 #AA013E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.33 |
| HSL | 338.34º | 0.99% | 0.34% | - |
| HSV(B) | 338.34º | 0.99% | 0.67% | - |
| XYZ | 17.46 | 8.92 | 5.36 | - |
| YUV | 58.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 62 | 0 | 0.99 | 0.64 | 0.33 | 338.34 | 0.99 | 0.34 |
| Hex | AA | 1 | 3E | 0 | 63 | 40 | 21 | 152 | 63 | 22 |
| Octal | 252 | 1 | 76 | 0 | 143 | 100 | 41 | 522 | 143 | 42 |
| Binary | 10101010 | 1 | 111110 | 0 | 1100011 | 1000000 | 100001 | 101010010 | 1100011 | 100010 |
Color Harmonies of #AA013E
Complementary color
Monochromatic Colors of #AA013E
Black with #AA013E
Text Example
Text Example
White with #AA013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA013E; }
p { color: rgb(170,1,62); }
H1.HeaderClassName
{
color: #AA013E;
}
.AnyTagClassName
{
color: #AA013E;
}
</style>
background-color css
<style>
a { background-color: #AA013E; }
a { background-color: rgb(170,1,62); }
div.DivClassName
{
background-color: #AA013E;
}
.BgClassName
{
background-color: #AA013E;
}
</style>
border-color css
<style>
span { border-color: #AA013E; }
span { border-color: rgb(170,1,62); }
td.TdClassName
{
border-color: #AA013E;
}
.TagClassName
{
border-color: #AA013E;
}
</style>