Shades of Jazzberry Jam #AA005C
Tints of Jazzberry Jam #AA005C
RGB
CMYK
RGB Variations
Color information
#AA005C (or 0xAA005C) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 5C. RGB value is (170,0,92). Sum of RGB (Red+Green+Blue) = 170+0+92=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA005C is #55FFA3. Grayscale: #3D3D3D. Windows color (decimal): -5636004 or 6029482. OLE color: 6029482.
HSL color Cylindrical-coordinate representation of color #AA005C: hue angle of 327.53º 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 #AA005C is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.46 | 0.33 |
| HSL | 327.53º | 1% | 0.33% | - |
| HSV(B) | 327.53º | 1% | 0.67% | - |
| XYZ | 18.51 | 9.32 | 10.95 | - |
| YUV | 61.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 92 | 0 | 1 | 0.46 | 0.33 | 327.53 | 1 | 0.33 |
| Hex | AA | 0 | 5C | 0 | 64 | 2E | 21 | 148 | 64 | 21 |
| Octal | 252 | 0 | 134 | 0 | 144 | 56 | 41 | 510 | 144 | 41 |
| Binary | 10101010 | 0 | 1011100 | 0 | 1100100 | 101110 | 100001 | 101001000 | 1100100 | 100001 |
Color Harmonies of #AA005C
Complementary color
Monochromatic Colors of #AA005C
Black with #AA005C
Text Example
Text Example
White with #AA005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA005C; }
p { color: rgb(170,0,92); }
H1.HeaderClassName
{
color: #AA005C;
}
.AnyTagClassName
{
color: #AA005C;
}
</style>
background-color css
<style>
a { background-color: #AA005C; }
a { background-color: rgb(170,0,92); }
div.DivClassName
{
background-color: #AA005C;
}
.BgClassName
{
background-color: #AA005C;
}
</style>
border-color css
<style>
span { border-color: #AA005C; }
span { border-color: rgb(170,0,92); }
td.TdClassName
{
border-color: #AA005C;
}
.TagClassName
{
border-color: #AA005C;
}
</style>