Shades of Jazzberry Jam #AA014B
Tints of Jazzberry Jam #AA014B
RGB
CMYK
RGB Variations
Color information
#AA014B (or 0xAA014B) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 4B. RGB value is (170,1,75). Sum of RGB (Red+Green+Blue) = 170+1+75=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA014B is #55FEB4. Grayscale: #3B3B3B. Windows color (decimal): -5635765 or 4915626. OLE color: 4915626.
HSL color Cylindrical-coordinate representation of color #AA014B: hue angle of 333.73º 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 #AA014B is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.33 |
| HSL | 333.73º | 0.99% | 0.34% | - |
| HSV(B) | 333.73º | 0.99% | 0.67% | - |
| XYZ | 17.86 | 9.08 | 7.47 | - |
| YUV | 59.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 75 | 0 | 0.99 | 0.56 | 0.33 | 333.73 | 0.99 | 0.34 |
| Hex | AA | 1 | 4B | 0 | 63 | 38 | 21 | 14E | 63 | 22 |
| Octal | 252 | 1 | 113 | 0 | 143 | 70 | 41 | 516 | 143 | 42 |
| Binary | 10101010 | 1 | 1001011 | 0 | 1100011 | 111000 | 100001 | 101001110 | 1100011 | 100010 |
Color Harmonies of #AA014B
Complementary color
Monochromatic Colors of #AA014B
Black with #AA014B
Text Example
Text Example
White with #AA014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA014B; }
p { color: rgb(170,1,75); }
H1.HeaderClassName
{
color: #AA014B;
}
.AnyTagClassName
{
color: #AA014B;
}
</style>
background-color css
<style>
a { background-color: #AA014B; }
a { background-color: rgb(170,1,75); }
div.DivClassName
{
background-color: #AA014B;
}
.BgClassName
{
background-color: #AA014B;
}
</style>
border-color css
<style>
span { border-color: #AA014B; }
span { border-color: rgb(170,1,75); }
td.TdClassName
{
border-color: #AA014B;
}
.TagClassName
{
border-color: #AA014B;
}
</style>