Shades of Jazzberry Jam #AE0064
Tints of Jazzberry Jam #AE0064
RGB
CMYK
RGB Variations
Color information
#AE0064 (or 0xAE0064) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 64. RGB value is (174,0,100). Sum of RGB (Red+Green+Blue) = 174+0+100=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0064 is #51FF9B. Grayscale: #3F3F3F. Windows color (decimal): -5373852 or 6553774. OLE color: 6553774.
HSL color Cylindrical-coordinate representation of color #AE0064: hue angle of 325.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0064 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.43 | 0.32 |
| HSL | 325.52º | 1% | 0.34% | - |
| HSV(B) | 325.52º | 1% | 0.68% | - |
| XYZ | 19.76 | 9.92 | 12.93 | - |
| YUV | 63.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 100 | 0 | 1 | 0.43 | 0.32 | 325.52 | 1 | 0.34 |
| Hex | AE | 0 | 64 | 0 | 64 | 2B | 20 | 146 | 64 | 22 |
| Octal | 256 | 0 | 144 | 0 | 144 | 53 | 40 | 506 | 144 | 42 |
| Binary | 10101110 | 0 | 1100100 | 0 | 1100100 | 101011 | 100000 | 101000110 | 1100100 | 100010 |
Color Harmonies of #AE0064
Complementary color
Monochromatic Colors of #AE0064
Black with #AE0064
Text Example
Text Example
White with #AE0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0064; }
p { color: rgb(174,0,100); }
H1.HeaderClassName
{
color: #AE0064;
}
.AnyTagClassName
{
color: #AE0064;
}
</style>
background-color css
<style>
a { background-color: #AE0064; }
a { background-color: rgb(174,0,100); }
div.DivClassName
{
background-color: #AE0064;
}
.BgClassName
{
background-color: #AE0064;
}
</style>
border-color css
<style>
span { border-color: #AE0064; }
span { border-color: rgb(174,0,100); }
td.TdClassName
{
border-color: #AE0064;
}
.TagClassName
{
border-color: #AE0064;
}
</style>