Shades of Jazzberry Jam #AE2166
Tints of Jazzberry Jam #AE2166
RGB
CMYK
RGB Variations
Color information
#AE2166 (or 0xAE2166) is known color: Jazzberry Jam. HEX triplet: AE, 21 and 66. RGB value is (174,33,102). Sum of RGB (Red+Green+Blue) = 174+33+102=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2166 is #51DE99. Grayscale: #525252. Windows color (decimal): -5365402 or 6693294. OLE color: 6693294.
HSL color Cylindrical-coordinate representation of color #AE2166: hue angle of 330.64º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2166 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 102 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.32 |
| HSL | 330.64º | 0.68% | 0.41% | - |
| HSV(B) | 330.64º | 0.81% | 0.68% | - |
| XYZ | 20.4 | 11.05 | 13.63 | - |
| YUV | 83.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 102 | 0 | 0.81 | 0.41 | 0.32 | 330.64 | 0.68 | 0.41 |
| Hex | AE | 21 | 66 | 0 | 51 | 29 | 20 | 14B | 44 | 29 |
| Octal | 256 | 41 | 146 | 0 | 121 | 51 | 40 | 513 | 104 | 51 |
| Binary | 10101110 | 100001 | 1100110 | 0 | 1010001 | 101001 | 100000 | 101001011 | 1000100 | 101001 |
Color Harmonies of #AE2166
Complementary color
Monochromatic Colors of #AE2166
Black with #AE2166
Text Example
Text Example
White with #AE2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2166; }
p { color: rgb(174,33,102); }
H1.HeaderClassName
{
color: #AE2166;
}
.AnyTagClassName
{
color: #AE2166;
}
</style>
background-color css
<style>
a { background-color: #AE2166; }
a { background-color: rgb(174,33,102); }
div.DivClassName
{
background-color: #AE2166;
}
.BgClassName
{
background-color: #AE2166;
}
</style>
border-color css
<style>
span { border-color: #AE2166; }
span { border-color: rgb(174,33,102); }
td.TdClassName
{
border-color: #AE2166;
}
.TagClassName
{
border-color: #AE2166;
}
</style>