Shades of Jazzberry Jam #AA0148
Tints of Jazzberry Jam #AA0148
RGB
CMYK
RGB Variations
Color information
#AA0148 (or 0xAA0148) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 48. RGB value is (170,1,72). Sum of RGB (Red+Green+Blue) = 170+1+72=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0148 is #55FEB7. Grayscale: #3B3B3B. Windows color (decimal): -5635768 or 4719018. OLE color: 4719018.
HSL color Cylindrical-coordinate representation of color #AA0148: hue angle of 334.79º 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 #AA0148 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.33 |
| HSL | 334.79º | 0.99% | 0.34% | - |
| HSV(B) | 334.79º | 0.99% | 0.67% | - |
| XYZ | 17.76 | 9.04 | 6.94 | - |
| YUV | 59.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 72 | 0 | 0.99 | 0.58 | 0.33 | 334.79 | 0.99 | 0.34 |
| Hex | AA | 1 | 48 | 0 | 63 | 3A | 21 | 14F | 63 | 22 |
| Octal | 252 | 1 | 110 | 0 | 143 | 72 | 41 | 517 | 143 | 42 |
| Binary | 10101010 | 1 | 1001000 | 0 | 1100011 | 111010 | 100001 | 101001111 | 1100011 | 100010 |
Color Harmonies of #AA0148
Complementary color
Monochromatic Colors of #AA0148
Black with #AA0148
Text Example
Text Example
White with #AA0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0148; }
p { color: rgb(170,1,72); }
H1.HeaderClassName
{
color: #AA0148;
}
.AnyTagClassName
{
color: #AA0148;
}
</style>
background-color css
<style>
a { background-color: #AA0148; }
a { background-color: rgb(170,1,72); }
div.DivClassName
{
background-color: #AA0148;
}
.BgClassName
{
background-color: #AA0148;
}
</style>
border-color css
<style>
span { border-color: #AA0148; }
span { border-color: rgb(170,1,72); }
td.TdClassName
{
border-color: #AA0148;
}
.TagClassName
{
border-color: #AA0148;
}
</style>