Shades of Jazzberry Jam #AE035D
Tints of Jazzberry Jam #AE035D
RGB
CMYK
RGB Variations
Color information
#AE035D (or 0xAE035D) is known color: Jazzberry Jam. HEX triplet: AE, 03 and 5D. RGB value is (174,3,93). Sum of RGB (Red+Green+Blue) = 174+3+93=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE035D is #51FCA2. Grayscale: #404040. Windows color (decimal): -5373091 or 6095790. OLE color: 6095790.
HSL color Cylindrical-coordinate representation of color #AE035D: hue angle of 328.42º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE035D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.32 |
| HSL | 328.42º | 0.97% | 0.35% | - |
| HSV(B) | 328.42º | 0.98% | 0.68% | - |
| XYZ | 19.46 | 9.85 | 11.23 | - |
| YUV | 64.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 93 | 0 | 0.98 | 0.47 | 0.32 | 328.42 | 0.97 | 0.35 |
| Hex | AE | 3 | 5D | 0 | 62 | 2F | 20 | 148 | 61 | 23 |
| Octal | 256 | 3 | 135 | 0 | 142 | 57 | 40 | 510 | 141 | 43 |
| Binary | 10101110 | 11 | 1011101 | 0 | 1100010 | 101111 | 100000 | 101001000 | 1100001 | 100011 |
Color Harmonies of #AE035D
Complementary color
Monochromatic Colors of #AE035D
Black with #AE035D
Text Example
Text Example
White with #AE035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE035D; }
p { color: rgb(174,3,93); }
H1.HeaderClassName
{
color: #AE035D;
}
.AnyTagClassName
{
color: #AE035D;
}
</style>
background-color css
<style>
a { background-color: #AE035D; }
a { background-color: rgb(174,3,93); }
div.DivClassName
{
background-color: #AE035D;
}
.BgClassName
{
background-color: #AE035D;
}
</style>
border-color css
<style>
span { border-color: #AE035D; }
span { border-color: rgb(174,3,93); }
td.TdClassName
{
border-color: #AE035D;
}
.TagClassName
{
border-color: #AE035D;
}
</style>