Shades of Jazzberry Jam #AE135D
Tints of Jazzberry Jam #AE135D
RGB
CMYK
RGB Variations
Color information
#AE135D (or 0xAE135D) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 5D. RGB value is (174,19,93). Sum of RGB (Red+Green+Blue) = 174+19+93=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE135D is #51ECA2. Grayscale: #494949. Windows color (decimal): -5368995 or 6099886. OLE color: 6099886.
HSL color Cylindrical-coordinate representation of color #AE135D: hue angle of 331.35º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE135D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 93 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.32 |
| HSL | 331.35º | 0.8% | 0.38% | - |
| HSV(B) | 331.35º | 0.89% | 0.68% | - |
| XYZ | 19.66 | 10.25 | 11.3 | - |
| YUV | 73.78 | 138.85 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 93 | 0 | 0.89 | 0.47 | 0.32 | 331.35 | 0.8 | 0.38 |
| Hex | AE | 13 | 5D | 0 | 59 | 2F | 20 | 14B | 50 | 26 |
| Octal | 256 | 23 | 135 | 0 | 131 | 57 | 40 | 513 | 120 | 46 |
| Binary | 10101110 | 10011 | 1011101 | 0 | 1011001 | 101111 | 100000 | 101001011 | 1010000 | 100110 |
Color Harmonies of #AE135D
Complementary color
Monochromatic Colors of #AE135D
Black with #AE135D
Text Example
Text Example
White with #AE135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE135D; }
p { color: rgb(174,19,93); }
H1.HeaderClassName
{
color: #AE135D;
}
.AnyTagClassName
{
color: #AE135D;
}
</style>
background-color css
<style>
a { background-color: #AE135D; }
a { background-color: rgb(174,19,93); }
div.DivClassName
{
background-color: #AE135D;
}
.BgClassName
{
background-color: #AE135D;
}
</style>
border-color css
<style>
span { border-color: #AE135D; }
span { border-color: rgb(174,19,93); }
td.TdClassName
{
border-color: #AE135D;
}
.TagClassName
{
border-color: #AE135D;
}
</style>