Shades of Jazzberry Jam #AE0D5D
Tints of Jazzberry Jam #AE0D5D
RGB
CMYK
RGB Variations
Color information
#AE0D5D (or 0xAE0D5D) is known color: Jazzberry Jam. HEX triplet: AE, 0D and 5D. RGB value is (174,13,93). Sum of RGB (Red+Green+Blue) = 174+13+93=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D5D is #51F2A2. Grayscale: #464646. Windows color (decimal): -5370531 or 6098350. OLE color: 6098350.
HSL color Cylindrical-coordinate representation of color #AE0D5D: hue angle of 330.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D5D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 93 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.32 |
| HSL | 330.19º | 0.86% | 0.37% | - |
| HSV(B) | 330.19º | 0.93% | 0.68% | - |
| XYZ | 19.58 | 10.08 | 11.27 | - |
| YUV | 70.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 93 | 0 | 0.93 | 0.47 | 0.32 | 330.19 | 0.86 | 0.37 |
| Hex | AE | D | 5D | 0 | 5D | 2F | 20 | 14A | 56 | 25 |
| Octal | 256 | 15 | 135 | 0 | 135 | 57 | 40 | 512 | 126 | 45 |
| Binary | 10101110 | 1101 | 1011101 | 0 | 1011101 | 101111 | 100000 | 101001010 | 1010110 | 100101 |
Color Harmonies of #AE0D5D
Complementary color
Monochromatic Colors of #AE0D5D
Black with #AE0D5D
Text Example
Text Example
White with #AE0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D5D; }
p { color: rgb(174,13,93); }
H1.HeaderClassName
{
color: #AE0D5D;
}
.AnyTagClassName
{
color: #AE0D5D;
}
</style>
background-color css
<style>
a { background-color: #AE0D5D; }
a { background-color: rgb(174,13,93); }
div.DivClassName
{
background-color: #AE0D5D;
}
.BgClassName
{
background-color: #AE0D5D;
}
</style>
border-color css
<style>
span { border-color: #AE0D5D; }
span { border-color: rgb(174,13,93); }
td.TdClassName
{
border-color: #AE0D5D;
}
.TagClassName
{
border-color: #AE0D5D;
}
</style>