Shades of Jazzberry Jam #AE186D
Tints of Jazzberry Jam #AE186D
RGB
CMYK
RGB Variations
Color information
#AE186D (or 0xAE186D) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 6D. RGB value is (174,24,109). Sum of RGB (Red+Green+Blue) = 174+24+109=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE186D is #51E792. Grayscale: #4E4E4E. Windows color (decimal): -5367699 or 7149742. OLE color: 7149742.
HSL color Cylindrical-coordinate representation of color #AE186D: hue angle of 326º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE186D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 109 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.32 |
| HSL | 326º | 0.76% | 0.39% | - |
| HSV(B) | 326º | 0.86% | 0.68% | - |
| XYZ | 20.54 | 10.76 | 15.46 | - |
| YUV | 78.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 109 | 0 | 0.86 | 0.37 | 0.32 | 326 | 0.76 | 0.39 |
| Hex | AE | 18 | 6D | 0 | 56 | 25 | 20 | 146 | 4C | 27 |
| Octal | 256 | 30 | 155 | 0 | 126 | 45 | 40 | 506 | 114 | 47 |
| Binary | 10101110 | 11000 | 1101101 | 0 | 1010110 | 100101 | 100000 | 101000110 | 1001100 | 100111 |
Color Harmonies of #AE186D
Complementary color
Monochromatic Colors of #AE186D
Black with #AE186D
Text Example
Text Example
White with #AE186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE186D; }
p { color: rgb(174,24,109); }
H1.HeaderClassName
{
color: #AE186D;
}
.AnyTagClassName
{
color: #AE186D;
}
</style>
background-color css
<style>
a { background-color: #AE186D; }
a { background-color: rgb(174,24,109); }
div.DivClassName
{
background-color: #AE186D;
}
.BgClassName
{
background-color: #AE186D;
}
</style>
border-color css
<style>
span { border-color: #AE186D; }
span { border-color: rgb(174,24,109); }
td.TdClassName
{
border-color: #AE186D;
}
.TagClassName
{
border-color: #AE186D;
}
</style>