Shades of Jazzberry Jam #AE0051
Tints of Jazzberry Jam #AE0051
RGB
CMYK
RGB Variations
Color information
#AE0051 (or 0xAE0051) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 51. RGB value is (174,0,81). Sum of RGB (Red+Green+Blue) = 174+0+81=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0051 is #51FFAE. Grayscale: #3D3D3D. Windows color (decimal): -5373871 or 5308590. OLE color: 5308590.
HSL color Cylindrical-coordinate representation of color #AE0051: hue angle of 332.07º 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 #AE0051 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.53 | 0.32 |
| HSL | 332.07º | 1% | 0.34% | - |
| HSV(B) | 332.07º | 1% | 0.68% | - |
| XYZ | 18.94 | 9.59 | 8.64 | - |
| YUV | 61.26 | 139.15 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 81 | 0 | 1 | 0.53 | 0.32 | 332.07 | 1 | 0.34 |
| Hex | AE | 0 | 51 | 0 | 64 | 35 | 20 | 14C | 64 | 22 |
| Octal | 256 | 0 | 121 | 0 | 144 | 65 | 40 | 514 | 144 | 42 |
| Binary | 10101110 | 0 | 1010001 | 0 | 1100100 | 110101 | 100000 | 101001100 | 1100100 | 100010 |
Color Harmonies of #AE0051
Complementary color
Monochromatic Colors of #AE0051
Black with #AE0051
Text Example
Text Example
White with #AE0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0051; }
p { color: rgb(174,0,81); }
H1.HeaderClassName
{
color: #AE0051;
}
.AnyTagClassName
{
color: #AE0051;
}
</style>
background-color css
<style>
a { background-color: #AE0051; }
a { background-color: rgb(174,0,81); }
div.DivClassName
{
background-color: #AE0051;
}
.BgClassName
{
background-color: #AE0051;
}
</style>
border-color css
<style>
span { border-color: #AE0051; }
span { border-color: rgb(174,0,81); }
td.TdClassName
{
border-color: #AE0051;
}
.TagClassName
{
border-color: #AE0051;
}
</style>