Shades of Jazzberry Jam #AE0865
Tints of Jazzberry Jam #AE0865
RGB
CMYK
RGB Variations
Color information
#AE0865 (or 0xAE0865) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 65. RGB value is (174,8,101). Sum of RGB (Red+Green+Blue) = 174+8+101=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0865 is #51F79A. Grayscale: #444444. Windows color (decimal): -5371803 or 6621358. OLE color: 6621358.
HSL color Cylindrical-coordinate representation of color #AE0865: hue angle of 326.39º 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 #AE0865 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 101 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.32 |
| HSL | 326.39º | 0.91% | 0.36% | - |
| HSV(B) | 326.39º | 0.95% | 0.68% | - |
| XYZ | 19.89 | 10.11 | 13.22 | - |
| YUV | 68.24 | 146.5 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 101 | 0 | 0.95 | 0.42 | 0.32 | 326.39 | 0.91 | 0.36 |
| Hex | AE | 8 | 65 | 0 | 5F | 2A | 20 | 146 | 5B | 24 |
| Octal | 256 | 10 | 145 | 0 | 137 | 52 | 40 | 506 | 133 | 44 |
| Binary | 10101110 | 1000 | 1100101 | 0 | 1011111 | 101010 | 100000 | 101000110 | 1011011 | 100100 |
Color Harmonies of #AE0865
Complementary color
Monochromatic Colors of #AE0865
Black with #AE0865
Text Example
Text Example
White with #AE0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0865; }
p { color: rgb(174,8,101); }
H1.HeaderClassName
{
color: #AE0865;
}
.AnyTagClassName
{
color: #AE0865;
}
</style>
background-color css
<style>
a { background-color: #AE0865; }
a { background-color: rgb(174,8,101); }
div.DivClassName
{
background-color: #AE0865;
}
.BgClassName
{
background-color: #AE0865;
}
</style>
border-color css
<style>
span { border-color: #AE0865; }
span { border-color: rgb(174,8,101); }
td.TdClassName
{
border-color: #AE0865;
}
.TagClassName
{
border-color: #AE0865;
}
</style>