Shades of Jazzberry Jam #AA066A
Tints of Jazzberry Jam #AA066A
RGB
CMYK
RGB Variations
Color information
#AA066A (or 0xAA066A) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 6A. RGB value is (170,6,106). Sum of RGB (Red+Green+Blue) = 170+6+106=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA066A is #55F995. Grayscale: #424242. Windows color (decimal): -5634454 or 6948522. OLE color: 6948522.
HSL color Cylindrical-coordinate representation of color #AA066A: hue angle of 323.41º 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 #AA066A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 106 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.33 |
| HSL | 323.41º | 0.93% | 0.35% | - |
| HSV(B) | 323.41º | 0.96% | 0.67% | - |
| XYZ | 19.24 | 9.72 | 14.5 | - |
| YUV | 66.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 106 | 0 | 0.96 | 0.38 | 0.33 | 323.41 | 0.93 | 0.35 |
| Hex | AA | 6 | 6A | 0 | 60 | 26 | 21 | 143 | 5D | 23 |
| Octal | 252 | 6 | 152 | 0 | 140 | 46 | 41 | 503 | 135 | 43 |
| Binary | 10101010 | 110 | 1101010 | 0 | 1100000 | 100110 | 100001 | 101000011 | 1011101 | 100011 |
Color Harmonies of #AA066A
Complementary color
Monochromatic Colors of #AA066A
Black with #AA066A
Text Example
Text Example
White with #AA066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA066A; }
p { color: rgb(170,6,106); }
H1.HeaderClassName
{
color: #AA066A;
}
.AnyTagClassName
{
color: #AA066A;
}
</style>
background-color css
<style>
a { background-color: #AA066A; }
a { background-color: rgb(170,6,106); }
div.DivClassName
{
background-color: #AA066A;
}
.BgClassName
{
background-color: #AA066A;
}
</style>
border-color css
<style>
span { border-color: #AA066A; }
span { border-color: rgb(170,6,106); }
td.TdClassName
{
border-color: #AA066A;
}
.TagClassName
{
border-color: #AA066A;
}
</style>