Shades of Jazzberry Jam #AA005F
Tints of Jazzberry Jam #AA005F
RGB
CMYK
RGB Variations
Color information
#AA005F (or 0xAA005F) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 5F. RGB value is (170,0,95). Sum of RGB (Red+Green+Blue) = 170+0+95=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA005F is #55FFA0. Grayscale: #3D3D3D. Windows color (decimal): -5636001 or 6226090. OLE color: 6226090.
HSL color Cylindrical-coordinate representation of color #AA005F: hue angle of 326.47º 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 #AA005F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.44 | 0.33 |
| HSL | 326.47º | 1% | 0.33% | - |
| HSV(B) | 326.47º | 1% | 0.67% | - |
| XYZ | 18.64 | 9.37 | 11.65 | - |
| YUV | 61.66 | 146.82 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 95 | 0 | 1 | 0.44 | 0.33 | 326.47 | 1 | 0.33 |
| Hex | AA | 0 | 5F | 0 | 64 | 2C | 21 | 146 | 64 | 21 |
| Octal | 252 | 0 | 137 | 0 | 144 | 54 | 41 | 506 | 144 | 41 |
| Binary | 10101010 | 0 | 1011111 | 0 | 1100100 | 101100 | 100001 | 101000110 | 1100100 | 100001 |
Color Harmonies of #AA005F
Complementary color
Monochromatic Colors of #AA005F
Black with #AA005F
Text Example
Text Example
White with #AA005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA005F; }
p { color: rgb(170,0,95); }
H1.HeaderClassName
{
color: #AA005F;
}
.AnyTagClassName
{
color: #AA005F;
}
</style>
background-color css
<style>
a { background-color: #AA005F; }
a { background-color: rgb(170,0,95); }
div.DivClassName
{
background-color: #AA005F;
}
.BgClassName
{
background-color: #AA005F;
}
</style>
border-color css
<style>
span { border-color: #AA005F; }
span { border-color: rgb(170,0,95); }
td.TdClassName
{
border-color: #AA005F;
}
.TagClassName
{
border-color: #AA005F;
}
</style>