Shades of Jazzberry Jam #AA013C
Tints of Jazzberry Jam #AA013C
RGB
CMYK
RGB Variations
Color information
#AA013C (or 0xAA013C) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 3C. RGB value is (170,1,60). Sum of RGB (Red+Green+Blue) = 170+1+60=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA013C is #55FEC3. Grayscale: #3A3A3A. Windows color (decimal): -5635780 or 3932586. OLE color: 3932586.
HSL color Cylindrical-coordinate representation of color #AA013C: hue angle of 339.05º 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 #AA013C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.33 |
| HSL | 339.05º | 0.99% | 0.34% | - |
| HSV(B) | 339.05º | 0.99% | 0.67% | - |
| XYZ | 17.4 | 8.89 | 5.07 | - |
| YUV | 58.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 60 | 0 | 0.99 | 0.65 | 0.33 | 339.05 | 0.99 | 0.34 |
| Hex | AA | 1 | 3C | 0 | 63 | 41 | 21 | 153 | 63 | 22 |
| Octal | 252 | 1 | 74 | 0 | 143 | 101 | 41 | 523 | 143 | 42 |
| Binary | 10101010 | 1 | 111100 | 0 | 1100011 | 1000001 | 100001 | 101010011 | 1100011 | 100010 |
Color Harmonies of #AA013C
Complementary color
Monochromatic Colors of #AA013C
Black with #AA013C
Text Example
Text Example
White with #AA013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA013C; }
p { color: rgb(170,1,60); }
H1.HeaderClassName
{
color: #AA013C;
}
.AnyTagClassName
{
color: #AA013C;
}
</style>
background-color css
<style>
a { background-color: #AA013C; }
a { background-color: rgb(170,1,60); }
div.DivClassName
{
background-color: #AA013C;
}
.BgClassName
{
background-color: #AA013C;
}
</style>
border-color css
<style>
span { border-color: #AA013C; }
span { border-color: rgb(170,1,60); }
td.TdClassName
{
border-color: #AA013C;
}
.TagClassName
{
border-color: #AA013C;
}
</style>