Shades of Jazzberry Jam #AA0369
Tints of Jazzberry Jam #AA0369
RGB
CMYK
RGB Variations
Color information
#AA0369 (or 0xAA0369) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 69. RGB value is (170,3,105). Sum of RGB (Red+Green+Blue) = 170+3+105=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0369 is #55FC96. Grayscale: #404040. Windows color (decimal): -5635223 or 6882218. OLE color: 6882218.
HSL color Cylindrical-coordinate representation of color #AA0369: hue angle of 323.35º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0369 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.33 |
| HSL | 323.35º | 0.97% | 0.34% | - |
| HSV(B) | 323.35º | 0.98% | 0.67% | - |
| XYZ | 19.16 | 9.63 | 14.21 | - |
| YUV | 64.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 105 | 0 | 0.98 | 0.38 | 0.33 | 323.35 | 0.97 | 0.34 |
| Hex | AA | 3 | 69 | 0 | 62 | 26 | 21 | 143 | 61 | 22 |
| Octal | 252 | 3 | 151 | 0 | 142 | 46 | 41 | 503 | 141 | 42 |
| Binary | 10101010 | 11 | 1101001 | 0 | 1100010 | 100110 | 100001 | 101000011 | 1100001 | 100010 |
Color Harmonies of #AA0369
Complementary color
Monochromatic Colors of #AA0369
Black with #AA0369
Text Example
Text Example
White with #AA0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0369; }
p { color: rgb(170,3,105); }
H1.HeaderClassName
{
color: #AA0369;
}
.AnyTagClassName
{
color: #AA0369;
}
</style>
background-color css
<style>
a { background-color: #AA0369; }
a { background-color: rgb(170,3,105); }
div.DivClassName
{
background-color: #AA0369;
}
.BgClassName
{
background-color: #AA0369;
}
</style>
border-color css
<style>
span { border-color: #AA0369; }
span { border-color: rgb(170,3,105); }
td.TdClassName
{
border-color: #AA0369;
}
.TagClassName
{
border-color: #AA0369;
}
</style>