Shades of Jazzberry Jam #AA015E
Tints of Jazzberry Jam #AA015E
RGB
CMYK
RGB Variations
Color information
#AA015E (or 0xAA015E) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 5E. RGB value is (170,1,94). Sum of RGB (Red+Green+Blue) = 170+1+94=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA015E is #55FEA1. Grayscale: #3D3D3D. Windows color (decimal): -5635746 or 6160810. OLE color: 6160810.
HSL color Cylindrical-coordinate representation of color #AA015E: hue angle of 326.98º 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 #AA015E is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.33 |
| HSL | 326.98º | 0.99% | 0.34% | - |
| HSV(B) | 326.98º | 0.99% | 0.67% | - |
| XYZ | 18.61 | 9.38 | 11.42 | - |
| YUV | 62.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 94 | 0 | 0.99 | 0.45 | 0.33 | 326.98 | 0.99 | 0.34 |
| Hex | AA | 1 | 5E | 0 | 63 | 2D | 21 | 147 | 63 | 22 |
| Octal | 252 | 1 | 136 | 0 | 143 | 55 | 41 | 507 | 143 | 42 |
| Binary | 10101010 | 1 | 1011110 | 0 | 1100011 | 101101 | 100001 | 101000111 | 1100011 | 100010 |
Color Harmonies of #AA015E
Complementary color
Monochromatic Colors of #AA015E
Black with #AA015E
Text Example
Text Example
White with #AA015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA015E; }
p { color: rgb(170,1,94); }
H1.HeaderClassName
{
color: #AA015E;
}
.AnyTagClassName
{
color: #AA015E;
}
</style>
background-color css
<style>
a { background-color: #AA015E; }
a { background-color: rgb(170,1,94); }
div.DivClassName
{
background-color: #AA015E;
}
.BgClassName
{
background-color: #AA015E;
}
</style>
border-color css
<style>
span { border-color: #AA015E; }
span { border-color: rgb(170,1,94); }
td.TdClassName
{
border-color: #AA015E;
}
.TagClassName
{
border-color: #AA015E;
}
</style>