Shades of Jazzberry Jam #AE0144
Tints of Jazzberry Jam #AE0144
RGB
CMYK
RGB Variations
Color information
#AE0144 (or 0xAE0144) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 44. RGB value is (174,1,68). Sum of RGB (Red+Green+Blue) = 174+1+68=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0144 is #51FEBB. Grayscale: #3C3C3C. Windows color (decimal): -5373628 or 4456878. OLE color: 4456878.
HSL color Cylindrical-coordinate representation of color #AE0144: hue angle of 336.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0144 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.32 |
| HSL | 336.76º | 0.99% | 0.34% | - |
| HSV(B) | 336.76º | 0.99% | 0.68% | - |
| XYZ | 18.51 | 9.44 | 6.31 | - |
| YUV | 60.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 68 | 0 | 0.99 | 0.61 | 0.32 | 336.76 | 0.99 | 0.34 |
| Hex | AE | 1 | 44 | 0 | 63 | 3D | 20 | 151 | 63 | 22 |
| Octal | 256 | 1 | 104 | 0 | 143 | 75 | 40 | 521 | 143 | 42 |
| Binary | 10101110 | 1 | 1000100 | 0 | 1100011 | 111101 | 100000 | 101010001 | 1100011 | 100010 |
Color Harmonies of #AE0144
Complementary color
Monochromatic Colors of #AE0144
Black with #AE0144
Text Example
Text Example
White with #AE0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0144; }
p { color: rgb(174,1,68); }
H1.HeaderClassName
{
color: #AE0144;
}
.AnyTagClassName
{
color: #AE0144;
}
</style>
background-color css
<style>
a { background-color: #AE0144; }
a { background-color: rgb(174,1,68); }
div.DivClassName
{
background-color: #AE0144;
}
.BgClassName
{
background-color: #AE0144;
}
</style>
border-color css
<style>
span { border-color: #AE0144; }
span { border-color: rgb(174,1,68); }
td.TdClassName
{
border-color: #AE0144;
}
.TagClassName
{
border-color: #AE0144;
}
</style>