Shades of Jazzberry Jam #AE015C
Tints of Jazzberry Jam #AE015C
RGB
CMYK
RGB Variations
Color information
#AE015C (or 0xAE015C) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 5C. RGB value is (174,1,92). Sum of RGB (Red+Green+Blue) = 174+1+92=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE015C is #51FEA3. Grayscale: #3E3E3E. Windows color (decimal): -5373604 or 6029742. OLE color: 6029742.
HSL color Cylindrical-coordinate representation of color #AE015C: hue angle of 328.44º 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 #AE015C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.32 |
| HSL | 328.44º | 0.99% | 0.34% | - |
| HSV(B) | 328.44º | 0.99% | 0.68% | - |
| XYZ | 19.4 | 9.79 | 10.99 | - |
| YUV | 63.1 | 144.31 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 92 | 0 | 0.99 | 0.47 | 0.32 | 328.44 | 0.99 | 0.34 |
| Hex | AE | 1 | 5C | 0 | 63 | 2F | 20 | 148 | 63 | 22 |
| Octal | 256 | 1 | 134 | 0 | 143 | 57 | 40 | 510 | 143 | 42 |
| Binary | 10101110 | 1 | 1011100 | 0 | 1100011 | 101111 | 100000 | 101001000 | 1100011 | 100010 |
Color Harmonies of #AE015C
Complementary color
Monochromatic Colors of #AE015C
Black with #AE015C
Text Example
Text Example
White with #AE015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE015C; }
p { color: rgb(174,1,92); }
H1.HeaderClassName
{
color: #AE015C;
}
.AnyTagClassName
{
color: #AE015C;
}
</style>
background-color css
<style>
a { background-color: #AE015C; }
a { background-color: rgb(174,1,92); }
div.DivClassName
{
background-color: #AE015C;
}
.BgClassName
{
background-color: #AE015C;
}
</style>
border-color css
<style>
span { border-color: #AE015C; }
span { border-color: rgb(174,1,92); }
td.TdClassName
{
border-color: #AE015C;
}
.TagClassName
{
border-color: #AE015C;
}
</style>