Shades of Jazzberry Jam #AA013A
Tints of Jazzberry Jam #AA013A
RGB
CMYK
RGB Variations
Color information
#AA013A (or 0xAA013A) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 3A. RGB value is (170,1,58). Sum of RGB (Red+Green+Blue) = 170+1+58=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA013A is #55FEC5. Grayscale: #393939. Windows color (decimal): -5635782 or 3801514. OLE color: 3801514.
HSL color Cylindrical-coordinate representation of color #AA013A: hue angle of 339.76º 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 #AA013A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.33 |
| HSL | 339.76º | 0.99% | 0.34% | - |
| HSV(B) | 339.76º | 0.99% | 0.67% | - |
| XYZ | 17.35 | 8.87 | 4.8 | - |
| YUV | 58.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 58 | 0 | 0.99 | 0.66 | 0.33 | 339.76 | 0.99 | 0.34 |
| Hex | AA | 1 | 3A | 0 | 63 | 42 | 21 | 154 | 63 | 22 |
| Octal | 252 | 1 | 72 | 0 | 143 | 102 | 41 | 524 | 143 | 42 |
| Binary | 10101010 | 1 | 111010 | 0 | 1100011 | 1000010 | 100001 | 101010100 | 1100011 | 100010 |
Color Harmonies of #AA013A
Complementary color
Monochromatic Colors of #AA013A
Black with #AA013A
Text Example
Text Example
White with #AA013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA013A; }
p { color: rgb(170,1,58); }
H1.HeaderClassName
{
color: #AA013A;
}
.AnyTagClassName
{
color: #AA013A;
}
</style>
background-color css
<style>
a { background-color: #AA013A; }
a { background-color: rgb(170,1,58); }
div.DivClassName
{
background-color: #AA013A;
}
.BgClassName
{
background-color: #AA013A;
}
</style>
border-color css
<style>
span { border-color: #AA013A; }
span { border-color: rgb(170,1,58); }
td.TdClassName
{
border-color: #AA013A;
}
.TagClassName
{
border-color: #AA013A;
}
</style>