Shades of Jazzberry Jam #AE015D
Tints of Jazzberry Jam #AE015D
RGB
CMYK
RGB Variations
Color information
#AE015D (or 0xAE015D) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 5D. RGB value is (174,1,93). Sum of RGB (Red+Green+Blue) = 174+1+93=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE015D is #51FEA2. Grayscale: #3F3F3F. Windows color (decimal): -5373603 or 6095278. OLE color: 6095278.
HSL color Cylindrical-coordinate representation of color #AE015D: hue angle of 328.09º 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 #AE015D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.32 |
| HSL | 328.09º | 0.99% | 0.34% | - |
| HSV(B) | 328.09º | 0.99% | 0.68% | - |
| XYZ | 19.44 | 9.81 | 11.22 | - |
| YUV | 63.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 93 | 0 | 0.99 | 0.47 | 0.32 | 328.09 | 0.99 | 0.34 |
| Hex | AE | 1 | 5D | 0 | 63 | 2F | 20 | 148 | 63 | 22 |
| Octal | 256 | 1 | 135 | 0 | 143 | 57 | 40 | 510 | 143 | 42 |
| Binary | 10101110 | 1 | 1011101 | 0 | 1100011 | 101111 | 100000 | 101001000 | 1100011 | 100010 |
Color Harmonies of #AE015D
Complementary color
Monochromatic Colors of #AE015D
Black with #AE015D
Text Example
Text Example
White with #AE015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE015D; }
p { color: rgb(174,1,93); }
H1.HeaderClassName
{
color: #AE015D;
}
.AnyTagClassName
{
color: #AE015D;
}
</style>
background-color css
<style>
a { background-color: #AE015D; }
a { background-color: rgb(174,1,93); }
div.DivClassName
{
background-color: #AE015D;
}
.BgClassName
{
background-color: #AE015D;
}
</style>
border-color css
<style>
span { border-color: #AE015D; }
span { border-color: rgb(174,1,93); }
td.TdClassName
{
border-color: #AE015D;
}
.TagClassName
{
border-color: #AE015D;
}
</style>