Shades of Jazzberry Jam #AA015B
Tints of Jazzberry Jam #AA015B
RGB
CMYK
RGB Variations
Color information
#AA015B (or 0xAA015B) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 5B. RGB value is (170,1,91). Sum of RGB (Red+Green+Blue) = 170+1+91=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA015B is #55FEA4. Grayscale: #3D3D3D. Windows color (decimal): -5635749 or 5964202. OLE color: 5964202.
HSL color Cylindrical-coordinate representation of color #AA015B: hue angle of 328.05º 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 #AA015B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.33 |
| HSL | 328.05º | 0.99% | 0.34% | - |
| HSV(B) | 328.05º | 0.99% | 0.67% | - |
| XYZ | 18.48 | 9.32 | 10.72 | - |
| YUV | 61.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 91 | 0 | 0.99 | 0.46 | 0.33 | 328.05 | 0.99 | 0.34 |
| Hex | AA | 1 | 5B | 0 | 63 | 2E | 21 | 148 | 63 | 22 |
| Octal | 252 | 1 | 133 | 0 | 143 | 56 | 41 | 510 | 143 | 42 |
| Binary | 10101010 | 1 | 1011011 | 0 | 1100011 | 101110 | 100001 | 101001000 | 1100011 | 100010 |
Color Harmonies of #AA015B
Complementary color
Monochromatic Colors of #AA015B
Black with #AA015B
Text Example
Text Example
White with #AA015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA015B; }
p { color: rgb(170,1,91); }
H1.HeaderClassName
{
color: #AA015B;
}
.AnyTagClassName
{
color: #AA015B;
}
</style>
background-color css
<style>
a { background-color: #AA015B; }
a { background-color: rgb(170,1,91); }
div.DivClassName
{
background-color: #AA015B;
}
.BgClassName
{
background-color: #AA015B;
}
</style>
border-color css
<style>
span { border-color: #AA015B; }
span { border-color: rgb(170,1,91); }
td.TdClassName
{
border-color: #AA015B;
}
.TagClassName
{
border-color: #AA015B;
}
</style>