Shades of Jazzberry Jam #AA005D
Tints of Jazzberry Jam #AA005D
RGB
CMYK
RGB Variations
Color information
#AA005D (or 0xAA005D) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 5D. RGB value is (170,0,93). Sum of RGB (Red+Green+Blue) = 170+0+93=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA005D is #55FFA2. Grayscale: #3D3D3D. Windows color (decimal): -5636003 or 6095018. OLE color: 6095018.
HSL color Cylindrical-coordinate representation of color #AA005D: hue angle of 327.18º 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 #AA005D is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.45 | 0.33 |
| HSL | 327.18º | 1% | 0.33% | - |
| HSV(B) | 327.18º | 1% | 0.67% | - |
| XYZ | 18.55 | 9.34 | 11.18 | - |
| YUV | 61.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 93 | 0 | 1 | 0.45 | 0.33 | 327.18 | 1 | 0.33 |
| Hex | AA | 0 | 5D | 0 | 64 | 2D | 21 | 147 | 64 | 21 |
| Octal | 252 | 0 | 135 | 0 | 144 | 55 | 41 | 507 | 144 | 41 |
| Binary | 10101010 | 0 | 1011101 | 0 | 1100100 | 101101 | 100001 | 101000111 | 1100100 | 100001 |
Color Harmonies of #AA005D
Complementary color
Monochromatic Colors of #AA005D
Black with #AA005D
Text Example
Text Example
White with #AA005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA005D; }
p { color: rgb(170,0,93); }
H1.HeaderClassName
{
color: #AA005D;
}
.AnyTagClassName
{
color: #AA005D;
}
</style>
background-color css
<style>
a { background-color: #AA005D; }
a { background-color: rgb(170,0,93); }
div.DivClassName
{
background-color: #AA005D;
}
.BgClassName
{
background-color: #AA005D;
}
</style>
border-color css
<style>
span { border-color: #AA005D; }
span { border-color: rgb(170,0,93); }
td.TdClassName
{
border-color: #AA005D;
}
.TagClassName
{
border-color: #AA005D;
}
</style>