Shades of Jazzberry Jam #AA0069
Tints of Jazzberry Jam #AA0069
RGB
CMYK
RGB Variations
Color information
#AA0069 (or 0xAA0069) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 69. RGB value is (170,0,105). Sum of RGB (Red+Green+Blue) = 170+0+105=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0069 is #55FF96. Grayscale: #3E3E3E. Windows color (decimal): -5635991 or 6881450. OLE color: 6881450.
HSL color Cylindrical-coordinate representation of color #AA0069: hue angle of 322.94º 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 #AA0069 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.38 | 0.33 |
| HSL | 322.94º | 1% | 0.33% | - |
| HSV(B) | 322.94º | 1% | 0.67% | - |
| XYZ | 19.13 | 9.57 | 14.2 | - |
| YUV | 62.8 | 151.82 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 105 | 0 | 1 | 0.38 | 0.33 | 322.94 | 1 | 0.33 |
| Hex | AA | 0 | 69 | 0 | 64 | 26 | 21 | 143 | 64 | 21 |
| Octal | 252 | 0 | 151 | 0 | 144 | 46 | 41 | 503 | 144 | 41 |
| Binary | 10101010 | 0 | 1101001 | 0 | 1100100 | 100110 | 100001 | 101000011 | 1100100 | 100001 |
Color Harmonies of #AA0069
Complementary color
Monochromatic Colors of #AA0069
Black with #AA0069
Text Example
Text Example
White with #AA0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0069; }
p { color: rgb(170,0,105); }
H1.HeaderClassName
{
color: #AA0069;
}
.AnyTagClassName
{
color: #AA0069;
}
</style>
background-color css
<style>
a { background-color: #AA0069; }
a { background-color: rgb(170,0,105); }
div.DivClassName
{
background-color: #AA0069;
}
.BgClassName
{
background-color: #AA0069;
}
</style>
border-color css
<style>
span { border-color: #AA0069; }
span { border-color: rgb(170,0,105); }
td.TdClassName
{
border-color: #AA0069;
}
.TagClassName
{
border-color: #AA0069;
}
</style>