Shades of Jazzberry Jam #AA014F
Tints of Jazzberry Jam #AA014F
RGB
CMYK
RGB Variations
Color information
#AA014F (or 0xAA014F) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 4F. RGB value is (170,1,79). Sum of RGB (Red+Green+Blue) = 170+1+79=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA014F is #55FEB0. Grayscale: #3C3C3C. Windows color (decimal): -5635761 or 5177770. OLE color: 5177770.
HSL color Cylindrical-coordinate representation of color #AA014F: hue angle of 332.31º 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 #AA014F is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.33 |
| HSL | 332.31º | 0.99% | 0.34% | - |
| HSV(B) | 332.31º | 0.99% | 0.67% | - |
| XYZ | 18 | 9.13 | 8.21 | - |
| YUV | 60.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 79 | 0 | 0.99 | 0.54 | 0.33 | 332.31 | 0.99 | 0.34 |
| Hex | AA | 1 | 4F | 0 | 63 | 36 | 21 | 14C | 63 | 22 |
| Octal | 252 | 1 | 117 | 0 | 143 | 66 | 41 | 514 | 143 | 42 |
| Binary | 10101010 | 1 | 1001111 | 0 | 1100011 | 110110 | 100001 | 101001100 | 1100011 | 100010 |
Color Harmonies of #AA014F
Complementary color
Monochromatic Colors of #AA014F
Black with #AA014F
Text Example
Text Example
White with #AA014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA014F; }
p { color: rgb(170,1,79); }
H1.HeaderClassName
{
color: #AA014F;
}
.AnyTagClassName
{
color: #AA014F;
}
</style>
background-color css
<style>
a { background-color: #AA014F; }
a { background-color: rgb(170,1,79); }
div.DivClassName
{
background-color: #AA014F;
}
.BgClassName
{
background-color: #AA014F;
}
</style>
border-color css
<style>
span { border-color: #AA014F; }
span { border-color: rgb(170,1,79); }
td.TdClassName
{
border-color: #AA014F;
}
.TagClassName
{
border-color: #AA014F;
}
</style>