Shades of Jazzberry Jam #AE0866
Tints of Jazzberry Jam #AE0866
RGB
CMYK
RGB Variations
Color information
#AE0866 (or 0xAE0866) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 66. RGB value is (174,8,102). Sum of RGB (Red+Green+Blue) = 174+8+102=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0866 is #51F799. Grayscale: #444444. Windows color (decimal): -5371802 or 6686894. OLE color: 6686894.
HSL color Cylindrical-coordinate representation of color #AE0866: hue angle of 326.02º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0866 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 102 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.32 |
| HSL | 326.02º | 0.91% | 0.36% | - |
| HSV(B) | 326.02º | 0.95% | 0.68% | - |
| XYZ | 19.94 | 10.13 | 13.47 | - |
| YUV | 68.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 102 | 0 | 0.95 | 0.41 | 0.32 | 326.02 | 0.91 | 0.36 |
| Hex | AE | 8 | 66 | 0 | 5F | 29 | 20 | 146 | 5B | 24 |
| Octal | 256 | 10 | 146 | 0 | 137 | 51 | 40 | 506 | 133 | 44 |
| Binary | 10101110 | 1000 | 1100110 | 0 | 1011111 | 101001 | 100000 | 101000110 | 1011011 | 100100 |
Color Harmonies of #AE0866
Complementary color
Monochromatic Colors of #AE0866
Black with #AE0866
Text Example
Text Example
White with #AE0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0866; }
p { color: rgb(174,8,102); }
H1.HeaderClassName
{
color: #AE0866;
}
.AnyTagClassName
{
color: #AE0866;
}
</style>
background-color css
<style>
a { background-color: #AE0866; }
a { background-color: rgb(174,8,102); }
div.DivClassName
{
background-color: #AE0866;
}
.BgClassName
{
background-color: #AE0866;
}
</style>
border-color css
<style>
span { border-color: #AE0866; }
span { border-color: rgb(174,8,102); }
td.TdClassName
{
border-color: #AE0866;
}
.TagClassName
{
border-color: #AE0866;
}
</style>