Shades of Jazzberry Jam #AA185D
Tints of Jazzberry Jam #AA185D
RGB
CMYK
RGB Variations
Color information
#AA185D (or 0xAA185D) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 5D. RGB value is (170,24,93). Sum of RGB (Red+Green+Blue) = 170+24+93=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA185D is #55E7A2. Grayscale: #4B4B4B. Windows color (decimal): -5629859 or 6101162. OLE color: 6101162.
HSL color Cylindrical-coordinate representation of color #AA185D: hue angle of 331.64º 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 #AA185D is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 93 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.33 |
| HSL | 331.64º | 0.75% | 0.38% | - |
| HSV(B) | 331.64º | 0.86% | 0.67% | - |
| XYZ | 18.88 | 9.99 | 11.29 | - |
| YUV | 75.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 93 | 0 | 0.86 | 0.45 | 0.33 | 331.64 | 0.75 | 0.38 |
| Hex | AA | 18 | 5D | 0 | 56 | 2D | 21 | 14C | 4B | 26 |
| Octal | 252 | 30 | 135 | 0 | 126 | 55 | 41 | 514 | 113 | 46 |
| Binary | 10101010 | 11000 | 1011101 | 0 | 1010110 | 101101 | 100001 | 101001100 | 1001011 | 100110 |
Color Harmonies of #AA185D
Complementary color
Monochromatic Colors of #AA185D
Black with #AA185D
Text Example
Text Example
White with #AA185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA185D; }
p { color: rgb(170,24,93); }
H1.HeaderClassName
{
color: #AA185D;
}
.AnyTagClassName
{
color: #AA185D;
}
</style>
background-color css
<style>
a { background-color: #AA185D; }
a { background-color: rgb(170,24,93); }
div.DivClassName
{
background-color: #AA185D;
}
.BgClassName
{
background-color: #AA185D;
}
</style>
border-color css
<style>
span { border-color: #AA185D; }
span { border-color: rgb(170,24,93); }
td.TdClassName
{
border-color: #AA185D;
}
.TagClassName
{
border-color: #AA185D;
}
</style>