Shades of Jazzberry Jam #AA014C
Tints of Jazzberry Jam #AA014C
RGB
CMYK
RGB Variations
Color information
#AA014C (or 0xAA014C) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 4C. RGB value is (170,1,76). Sum of RGB (Red+Green+Blue) = 170+1+76=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA014C is #55FEB3. Grayscale: #3B3B3B. Windows color (decimal): -5635764 or 4981162. OLE color: 4981162.
HSL color Cylindrical-coordinate representation of color #AA014C: hue angle of 333.37º 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 #AA014C is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.33 |
| HSL | 333.37º | 0.99% | 0.34% | - |
| HSV(B) | 333.37º | 0.99% | 0.67% | - |
| XYZ | 17.89 | 9.09 | 7.65 | - |
| YUV | 60.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 76 | 0 | 0.99 | 0.55 | 0.33 | 333.37 | 0.99 | 0.34 |
| Hex | AA | 1 | 4C | 0 | 63 | 37 | 21 | 14D | 63 | 22 |
| Octal | 252 | 1 | 114 | 0 | 143 | 67 | 41 | 515 | 143 | 42 |
| Binary | 10101010 | 1 | 1001100 | 0 | 1100011 | 110111 | 100001 | 101001101 | 1100011 | 100010 |
Color Harmonies of #AA014C
Complementary color
Monochromatic Colors of #AA014C
Black with #AA014C
Text Example
Text Example
White with #AA014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA014C; }
p { color: rgb(170,1,76); }
H1.HeaderClassName
{
color: #AA014C;
}
.AnyTagClassName
{
color: #AA014C;
}
</style>
background-color css
<style>
a { background-color: #AA014C; }
a { background-color: rgb(170,1,76); }
div.DivClassName
{
background-color: #AA014C;
}
.BgClassName
{
background-color: #AA014C;
}
</style>
border-color css
<style>
span { border-color: #AA014C; }
span { border-color: rgb(170,1,76); }
td.TdClassName
{
border-color: #AA014C;
}
.TagClassName
{
border-color: #AA014C;
}
</style>