Shades of Jazzberry Jam #AA186C
Tints of Jazzberry Jam #AA186C
RGB
CMYK
RGB Variations
Color information
#AA186C (or 0xAA186C) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 6C. RGB value is (170,24,108). Sum of RGB (Red+Green+Blue) = 170+24+108=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA186C is #55E793. Grayscale: #4D4D4D. Windows color (decimal): -5629844 or 7084202. OLE color: 7084202.
HSL color Cylindrical-coordinate representation of color #AA186C: hue angle of 325.48º 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 #AA186C is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 108 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.33 |
| HSL | 325.48º | 0.75% | 0.38% | - |
| HSV(B) | 325.48º | 0.86% | 0.67% | - |
| XYZ | 19.61 | 10.28 | 15.14 | - |
| YUV | 77.23 | 145.37 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 108 | 0 | 0.86 | 0.36 | 0.33 | 325.48 | 0.75 | 0.38 |
| Hex | AA | 18 | 6C | 0 | 56 | 24 | 21 | 145 | 4B | 26 |
| Octal | 252 | 30 | 154 | 0 | 126 | 44 | 41 | 505 | 113 | 46 |
| Binary | 10101010 | 11000 | 1101100 | 0 | 1010110 | 100100 | 100001 | 101000101 | 1001011 | 100110 |
Color Harmonies of #AA186C
Complementary color
Monochromatic Colors of #AA186C
Black with #AA186C
Text Example
Text Example
White with #AA186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA186C; }
p { color: rgb(170,24,108); }
H1.HeaderClassName
{
color: #AA186C;
}
.AnyTagClassName
{
color: #AA186C;
}
</style>
background-color css
<style>
a { background-color: #AA186C; }
a { background-color: rgb(170,24,108); }
div.DivClassName
{
background-color: #AA186C;
}
.BgClassName
{
background-color: #AA186C;
}
</style>
border-color css
<style>
span { border-color: #AA186C; }
span { border-color: rgb(170,24,108); }
td.TdClassName
{
border-color: #AA186C;
}
.TagClassName
{
border-color: #AA186C;
}
</style>