Shades of Jazzberry Jam #AA185C
Tints of Jazzberry Jam #AA185C
RGB
CMYK
RGB Variations
Color information
#AA185C (or 0xAA185C) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 5C. RGB value is (170,24,92). Sum of RGB (Red+Green+Blue) = 170+24+92=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA185C is #55E7A3. Grayscale: #4B4B4B. Windows color (decimal): -5629860 or 6035626. OLE color: 6035626.
HSL color Cylindrical-coordinate representation of color #AA185C: hue angle of 332.05º 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 #AA185C is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 92 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.33 |
| HSL | 332.05º | 0.75% | 0.38% | - |
| HSV(B) | 332.05º | 0.86% | 0.67% | - |
| XYZ | 18.84 | 9.97 | 11.06 | - |
| YUV | 75.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 92 | 0 | 0.86 | 0.46 | 0.33 | 332.05 | 0.75 | 0.38 |
| Hex | AA | 18 | 5C | 0 | 56 | 2E | 21 | 14C | 4B | 26 |
| Octal | 252 | 30 | 134 | 0 | 126 | 56 | 41 | 514 | 113 | 46 |
| Binary | 10101010 | 11000 | 1011100 | 0 | 1010110 | 101110 | 100001 | 101001100 | 1001011 | 100110 |
Color Harmonies of #AA185C
Complementary color
Monochromatic Colors of #AA185C
Black with #AA185C
Text Example
Text Example
White with #AA185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA185C; }
p { color: rgb(170,24,92); }
H1.HeaderClassName
{
color: #AA185C;
}
.AnyTagClassName
{
color: #AA185C;
}
</style>
background-color css
<style>
a { background-color: #AA185C; }
a { background-color: rgb(170,24,92); }
div.DivClassName
{
background-color: #AA185C;
}
.BgClassName
{
background-color: #AA185C;
}
</style>
border-color css
<style>
span { border-color: #AA185C; }
span { border-color: rgb(170,24,92); }
td.TdClassName
{
border-color: #AA185C;
}
.TagClassName
{
border-color: #AA185C;
}
</style>