Shades of Jazzberry Jam #AA066C
Tints of Jazzberry Jam #AA066C
RGB
CMYK
RGB Variations
Color information
#AA066C (or 0xAA066C) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 6C. RGB value is (170,6,108). Sum of RGB (Red+Green+Blue) = 170+6+108=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA066C is #55F993. Grayscale: #424242. Windows color (decimal): -5634452 or 7079594. OLE color: 7079594.
HSL color Cylindrical-coordinate representation of color #AA066C: hue angle of 322.68º 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 #AA066C is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 108 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.33 |
| HSL | 322.68º | 0.93% | 0.35% | - |
| HSV(B) | 322.68º | 0.96% | 0.67% | - |
| XYZ | 19.35 | 9.76 | 15.05 | - |
| YUV | 66.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 108 | 0 | 0.96 | 0.36 | 0.33 | 322.68 | 0.93 | 0.35 |
| Hex | AA | 6 | 6C | 0 | 60 | 24 | 21 | 143 | 5D | 23 |
| Octal | 252 | 6 | 154 | 0 | 140 | 44 | 41 | 503 | 135 | 43 |
| Binary | 10101010 | 110 | 1101100 | 0 | 1100000 | 100100 | 100001 | 101000011 | 1011101 | 100011 |
Color Harmonies of #AA066C
Complementary color
Monochromatic Colors of #AA066C
Black with #AA066C
Text Example
Text Example
White with #AA066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA066C; }
p { color: rgb(170,6,108); }
H1.HeaderClassName
{
color: #AA066C;
}
.AnyTagClassName
{
color: #AA066C;
}
</style>
background-color css
<style>
a { background-color: #AA066C; }
a { background-color: rgb(170,6,108); }
div.DivClassName
{
background-color: #AA066C;
}
.BgClassName
{
background-color: #AA066C;
}
</style>
border-color css
<style>
span { border-color: #AA066C; }
span { border-color: rgb(170,6,108); }
td.TdClassName
{
border-color: #AA066C;
}
.TagClassName
{
border-color: #AA066C;
}
</style>