Shades of Jazzberry Jam #AA0143
Tints of Jazzberry Jam #AA0143
RGB
CMYK
RGB Variations
Color information
#AA0143 (or 0xAA0143) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 43. RGB value is (170,1,67). Sum of RGB (Red+Green+Blue) = 170+1+67=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0143 is #55FEBC. Grayscale: #3A3A3A. Windows color (decimal): -5635773 or 4391338. OLE color: 4391338.
HSL color Cylindrical-coordinate representation of color #AA0143: hue angle of 336.57º 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 #AA0143 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.33 |
| HSL | 336.57º | 0.99% | 0.34% | - |
| HSV(B) | 336.57º | 0.99% | 0.67% | - |
| XYZ | 17.6 | 8.97 | 6.11 | - |
| YUV | 59.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 67 | 0 | 0.99 | 0.61 | 0.33 | 336.57 | 0.99 | 0.34 |
| Hex | AA | 1 | 43 | 0 | 63 | 3D | 21 | 151 | 63 | 22 |
| Octal | 252 | 1 | 103 | 0 | 143 | 75 | 41 | 521 | 143 | 42 |
| Binary | 10101010 | 1 | 1000011 | 0 | 1100011 | 111101 | 100001 | 101010001 | 1100011 | 100010 |
Color Harmonies of #AA0143
Complementary color
Monochromatic Colors of #AA0143
Black with #AA0143
Text Example
Text Example
White with #AA0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0143; }
p { color: rgb(170,1,67); }
H1.HeaderClassName
{
color: #AA0143;
}
.AnyTagClassName
{
color: #AA0143;
}
</style>
background-color css
<style>
a { background-color: #AA0143; }
a { background-color: rgb(170,1,67); }
div.DivClassName
{
background-color: #AA0143;
}
.BgClassName
{
background-color: #AA0143;
}
</style>
border-color css
<style>
span { border-color: #AA0143; }
span { border-color: rgb(170,1,67); }
td.TdClassName
{
border-color: #AA0143;
}
.TagClassName
{
border-color: #AA0143;
}
</style>