Shades of Jazzberry Jam #AA014D
Tints of Jazzberry Jam #AA014D
RGB
CMYK
RGB Variations
Color information
#AA014D (or 0xAA014D) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 4D. RGB value is (170,1,77). Sum of RGB (Red+Green+Blue) = 170+1+77=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA014D is #55FEB2. Grayscale: #3C3C3C. Windows color (decimal): -5635763 or 5046698. OLE color: 5046698.
HSL color Cylindrical-coordinate representation of color #AA014D: hue angle of 333.02º 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 #AA014D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.33 |
| HSL | 333.02º | 0.99% | 0.34% | - |
| HSV(B) | 333.02º | 0.99% | 0.67% | - |
| XYZ | 17.93 | 9.1 | 7.83 | - |
| YUV | 60.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 77 | 0 | 0.99 | 0.55 | 0.33 | 333.02 | 0.99 | 0.34 |
| Hex | AA | 1 | 4D | 0 | 63 | 37 | 21 | 14D | 63 | 22 |
| Octal | 252 | 1 | 115 | 0 | 143 | 67 | 41 | 515 | 143 | 42 |
| Binary | 10101010 | 1 | 1001101 | 0 | 1100011 | 110111 | 100001 | 101001101 | 1100011 | 100010 |
Color Harmonies of #AA014D
Complementary color
Monochromatic Colors of #AA014D
Black with #AA014D
Text Example
Text Example
White with #AA014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA014D; }
p { color: rgb(170,1,77); }
H1.HeaderClassName
{
color: #AA014D;
}
.AnyTagClassName
{
color: #AA014D;
}
</style>
background-color css
<style>
a { background-color: #AA014D; }
a { background-color: rgb(170,1,77); }
div.DivClassName
{
background-color: #AA014D;
}
.BgClassName
{
background-color: #AA014D;
}
</style>
border-color css
<style>
span { border-color: #AA014D; }
span { border-color: rgb(170,1,77); }
td.TdClassName
{
border-color: #AA014D;
}
.TagClassName
{
border-color: #AA014D;
}
</style>