Shades of Jazzberry Jam #AE0153
Tints of Jazzberry Jam #AE0153
RGB
CMYK
RGB Variations
Color information
#AE0153 (or 0xAE0153) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 53. RGB value is (174,1,83). Sum of RGB (Red+Green+Blue) = 174+1+83=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0153 is #51FEAC. Grayscale: #3D3D3D. Windows color (decimal): -5373613 or 5439918. OLE color: 5439918.
HSL color Cylindrical-coordinate representation of color #AE0153: hue angle of 331.56º 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 #AE0153 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.32 |
| HSL | 331.56º | 0.99% | 0.34% | - |
| HSV(B) | 331.56º | 0.99% | 0.68% | - |
| XYZ | 19.03 | 9.64 | 9.04 | - |
| YUV | 62.08 | 139.81 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 83 | 0 | 0.99 | 0.52 | 0.32 | 331.56 | 0.99 | 0.34 |
| Hex | AE | 1 | 53 | 0 | 63 | 34 | 20 | 14C | 63 | 22 |
| Octal | 256 | 1 | 123 | 0 | 143 | 64 | 40 | 514 | 143 | 42 |
| Binary | 10101110 | 1 | 1010011 | 0 | 1100011 | 110100 | 100000 | 101001100 | 1100011 | 100010 |
Color Harmonies of #AE0153
Complementary color
Monochromatic Colors of #AE0153
Black with #AE0153
Text Example
Text Example
White with #AE0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0153; }
p { color: rgb(174,1,83); }
H1.HeaderClassName
{
color: #AE0153;
}
.AnyTagClassName
{
color: #AE0153;
}
</style>
background-color css
<style>
a { background-color: #AE0153; }
a { background-color: rgb(174,1,83); }
div.DivClassName
{
background-color: #AE0153;
}
.BgClassName
{
background-color: #AE0153;
}
</style>
border-color css
<style>
span { border-color: #AE0153; }
span { border-color: rgb(174,1,83); }
td.TdClassName
{
border-color: #AE0153;
}
.TagClassName
{
border-color: #AE0153;
}
</style>