Shades of Jazzberry Jam #AA066D
Tints of Jazzberry Jam #AA066D
RGB
CMYK
RGB Variations
Color information
#AA066D (or 0xAA066D) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 6D. RGB value is (170,6,109). Sum of RGB (Red+Green+Blue) = 170+6+109=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA066D is #55F992. Grayscale: #424242. Windows color (decimal): -5634451 or 7145130. OLE color: 7145130.
HSL color Cylindrical-coordinate representation of color #AA066D: hue angle of 322.32º 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 #AA066D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.33 |
| HSL | 322.32º | 0.93% | 0.35% | - |
| HSV(B) | 322.32º | 0.96% | 0.67% | - |
| XYZ | 19.4 | 9.78 | 15.33 | - |
| YUV | 66.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 109 | 0 | 0.96 | 0.36 | 0.33 | 322.32 | 0.93 | 0.35 |
| Hex | AA | 6 | 6D | 0 | 60 | 24 | 21 | 142 | 5D | 23 |
| Octal | 252 | 6 | 155 | 0 | 140 | 44 | 41 | 502 | 135 | 43 |
| Binary | 10101010 | 110 | 1101101 | 0 | 1100000 | 100100 | 100001 | 101000010 | 1011101 | 100011 |
Color Harmonies of #AA066D
Complementary color
Monochromatic Colors of #AA066D
Black with #AA066D
Text Example
Text Example
White with #AA066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA066D; }
p { color: rgb(170,6,109); }
H1.HeaderClassName
{
color: #AA066D;
}
.AnyTagClassName
{
color: #AA066D;
}
</style>
background-color css
<style>
a { background-color: #AA066D; }
a { background-color: rgb(170,6,109); }
div.DivClassName
{
background-color: #AA066D;
}
.BgClassName
{
background-color: #AA066D;
}
</style>
border-color css
<style>
span { border-color: #AA066D; }
span { border-color: rgb(170,6,109); }
td.TdClassName
{
border-color: #AA066D;
}
.TagClassName
{
border-color: #AA066D;
}
</style>