Shades of Jazzberry Jam #AA005B
Tints of Jazzberry Jam #AA005B
RGB
CMYK
RGB Variations
Color information
#AA005B (or 0xAA005B) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 5B. RGB value is (170,0,91). Sum of RGB (Red+Green+Blue) = 170+0+91=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA005B is #55FFA4. Grayscale: #3D3D3D. Windows color (decimal): -5636005 or 5963946. OLE color: 5963946.
HSL color Cylindrical-coordinate representation of color #AA005B: hue angle of 327.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA005B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.46 | 0.33 |
| HSL | 327.88º | 1% | 0.33% | - |
| HSV(B) | 327.88º | 1% | 0.67% | - |
| XYZ | 18.47 | 9.3 | 10.72 | - |
| YUV | 61.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 91 | 0 | 1 | 0.46 | 0.33 | 327.88 | 1 | 0.33 |
| Hex | AA | 0 | 5B | 0 | 64 | 2E | 21 | 148 | 64 | 21 |
| Octal | 252 | 0 | 133 | 0 | 144 | 56 | 41 | 510 | 144 | 41 |
| Binary | 10101010 | 0 | 1011011 | 0 | 1100100 | 101110 | 100001 | 101001000 | 1100100 | 100001 |
Color Harmonies of #AA005B
Complementary color
Monochromatic Colors of #AA005B
Black with #AA005B
Text Example
Text Example
White with #AA005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA005B; }
p { color: rgb(170,0,91); }
H1.HeaderClassName
{
color: #AA005B;
}
.AnyTagClassName
{
color: #AA005B;
}
</style>
background-color css
<style>
a { background-color: #AA005B; }
a { background-color: rgb(170,0,91); }
div.DivClassName
{
background-color: #AA005B;
}
.BgClassName
{
background-color: #AA005B;
}
</style>
border-color css
<style>
span { border-color: #AA005B; }
span { border-color: rgb(170,0,91); }
td.TdClassName
{
border-color: #AA005B;
}
.TagClassName
{
border-color: #AA005B;
}
</style>