Shades of Jazzberry Jam #AE1866
Tints of Jazzberry Jam #AE1866
RGB
CMYK
RGB Variations
Color information
#AE1866 (or 0xAE1866) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 66. RGB value is (174,24,102). Sum of RGB (Red+Green+Blue) = 174+24+102=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1866 is #51E799. Grayscale: #4D4D4D. Windows color (decimal): -5367706 or 6690990. OLE color: 6690990.
HSL color Cylindrical-coordinate representation of color #AE1866: hue angle of 328.8º 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 #AE1866 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 102 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.32 |
| HSL | 328.8º | 0.76% | 0.39% | - |
| HSV(B) | 328.8º | 0.86% | 0.68% | - |
| XYZ | 20.18 | 10.61 | 13.55 | - |
| YUV | 77.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 102 | 0 | 0.86 | 0.41 | 0.32 | 328.8 | 0.76 | 0.39 |
| Hex | AE | 18 | 66 | 0 | 56 | 29 | 20 | 149 | 4C | 27 |
| Octal | 256 | 30 | 146 | 0 | 126 | 51 | 40 | 511 | 114 | 47 |
| Binary | 10101110 | 11000 | 1100110 | 0 | 1010110 | 101001 | 100000 | 101001001 | 1001100 | 100111 |
Color Harmonies of #AE1866
Complementary color
Monochromatic Colors of #AE1866
Black with #AE1866
Text Example
Text Example
White with #AE1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1866; }
p { color: rgb(174,24,102); }
H1.HeaderClassName
{
color: #AE1866;
}
.AnyTagClassName
{
color: #AE1866;
}
</style>
background-color css
<style>
a { background-color: #AE1866; }
a { background-color: rgb(174,24,102); }
div.DivClassName
{
background-color: #AE1866;
}
.BgClassName
{
background-color: #AE1866;
}
</style>
border-color css
<style>
span { border-color: #AE1866; }
span { border-color: rgb(174,24,102); }
td.TdClassName
{
border-color: #AE1866;
}
.TagClassName
{
border-color: #AE1866;
}
</style>