Shades of Jazzberry Jam #AA0658
Tints of Jazzberry Jam #AA0658
RGB
CMYK
RGB Variations
Color information
#AA0658 (or 0xAA0658) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 58. RGB value is (170,6,88). Sum of RGB (Red+Green+Blue) = 170+6+88=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0658 is #55F9A7. Grayscale: #404040. Windows color (decimal): -5634472 or 5768874. OLE color: 5768874.
HSL color Cylindrical-coordinate representation of color #AA0658: hue angle of 330º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0658 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 88 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.33 |
| HSL | 330º | 0.93% | 0.35% | - |
| HSV(B) | 330º | 0.96% | 0.67% | - |
| XYZ | 18.4 | 9.38 | 10.07 | - |
| YUV | 64.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 88 | 0 | 0.96 | 0.48 | 0.33 | 330 | 0.93 | 0.35 |
| Hex | AA | 6 | 58 | 0 | 60 | 30 | 21 | 14A | 5D | 23 |
| Octal | 252 | 6 | 130 | 0 | 140 | 60 | 41 | 512 | 135 | 43 |
| Binary | 10101010 | 110 | 1011000 | 0 | 1100000 | 110000 | 100001 | 101001010 | 1011101 | 100011 |
Color Harmonies of #AA0658
Complementary color
Monochromatic Colors of #AA0658
Black with #AA0658
Text Example
Text Example
White with #AA0658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0658; }
p { color: rgb(170,6,88); }
H1.HeaderClassName
{
color: #AA0658;
}
.AnyTagClassName
{
color: #AA0658;
}
</style>
background-color css
<style>
a { background-color: #AA0658; }
a { background-color: rgb(170,6,88); }
div.DivClassName
{
background-color: #AA0658;
}
.BgClassName
{
background-color: #AA0658;
}
</style>
border-color css
<style>
span { border-color: #AA0658; }
span { border-color: rgb(170,6,88); }
td.TdClassName
{
border-color: #AA0658;
}
.TagClassName
{
border-color: #AA0658;
}
</style>