Shades of Jazzberry Jam #AA186D
Tints of Jazzberry Jam #AA186D
RGB
CMYK
RGB Variations
Color information
#AA186D (or 0xAA186D) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 6D. RGB value is (170,24,109). Sum of RGB (Red+Green+Blue) = 170+24+109=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA186D is #55E792. Grayscale: #4D4D4D. Windows color (decimal): -5629843 or 7149738. OLE color: 7149738.
HSL color Cylindrical-coordinate representation of color #AA186D: hue angle of 325.07º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA186D is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 109 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.33 |
| HSL | 325.07º | 0.75% | 0.38% | - |
| HSV(B) | 325.07º | 0.86% | 0.67% | - |
| XYZ | 19.66 | 10.3 | 15.42 | - |
| YUV | 77.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 109 | 0 | 0.86 | 0.36 | 0.33 | 325.07 | 0.75 | 0.38 |
| Hex | AA | 18 | 6D | 0 | 56 | 24 | 21 | 145 | 4B | 26 |
| Octal | 252 | 30 | 155 | 0 | 126 | 44 | 41 | 505 | 113 | 46 |
| Binary | 10101010 | 11000 | 1101101 | 0 | 1010110 | 100100 | 100001 | 101000101 | 1001011 | 100110 |
Color Harmonies of #AA186D
Complementary color
Monochromatic Colors of #AA186D
Black with #AA186D
Text Example
Text Example
White with #AA186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA186D; }
p { color: rgb(170,24,109); }
H1.HeaderClassName
{
color: #AA186D;
}
.AnyTagClassName
{
color: #AA186D;
}
</style>
background-color css
<style>
a { background-color: #AA186D; }
a { background-color: rgb(170,24,109); }
div.DivClassName
{
background-color: #AA186D;
}
.BgClassName
{
background-color: #AA186D;
}
</style>
border-color css
<style>
span { border-color: #AA186D; }
span { border-color: rgb(170,24,109); }
td.TdClassName
{
border-color: #AA186D;
}
.TagClassName
{
border-color: #AA186D;
}
</style>