Shades of Jazzberry Jam #AE016D
Tints of Jazzberry Jam #AE016D
RGB
CMYK
RGB Variations
Color information
#AE016D (or 0xAE016D) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 6D. RGB value is (174,1,109). Sum of RGB (Red+Green+Blue) = 174+1+109=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE016D is #51FE92. Grayscale: #404040. Windows color (decimal): -5373587 or 7143854. OLE color: 7143854.
HSL color Cylindrical-coordinate representation of color #AE016D: hue angle of 322.54º 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 #AE016D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.32 |
| HSL | 322.54º | 0.99% | 0.34% | - |
| HSV(B) | 322.54º | 0.99% | 0.68% | - |
| XYZ | 20.23 | 10.12 | 15.36 | - |
| YUV | 65.04 | 152.81 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 109 | 0 | 0.99 | 0.37 | 0.32 | 322.54 | 0.99 | 0.34 |
| Hex | AE | 1 | 6D | 0 | 63 | 25 | 20 | 143 | 63 | 22 |
| Octal | 256 | 1 | 155 | 0 | 143 | 45 | 40 | 503 | 143 | 42 |
| Binary | 10101110 | 1 | 1101101 | 0 | 1100011 | 100101 | 100000 | 101000011 | 1100011 | 100010 |
Color Harmonies of #AE016D
Complementary color
Monochromatic Colors of #AE016D
Black with #AE016D
Text Example
Text Example
White with #AE016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE016D; }
p { color: rgb(174,1,109); }
H1.HeaderClassName
{
color: #AE016D;
}
.AnyTagClassName
{
color: #AE016D;
}
</style>
background-color css
<style>
a { background-color: #AE016D; }
a { background-color: rgb(174,1,109); }
div.DivClassName
{
background-color: #AE016D;
}
.BgClassName
{
background-color: #AE016D;
}
</style>
border-color css
<style>
span { border-color: #AE016D; }
span { border-color: rgb(174,1,109); }
td.TdClassName
{
border-color: #AE016D;
}
.TagClassName
{
border-color: #AE016D;
}
</style>