Shades of Jazzberry Jam #AE035C
Tints of Jazzberry Jam #AE035C
RGB
CMYK
RGB Variations
Color information
#AE035C (or 0xAE035C) is known color: Jazzberry Jam. HEX triplet: AE, 03 and 5C. RGB value is (174,3,92). Sum of RGB (Red+Green+Blue) = 174+3+92=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE035C is #51FCA3. Grayscale: #404040. Windows color (decimal): -5373092 or 6030254. OLE color: 6030254.
HSL color Cylindrical-coordinate representation of color #AE035C: hue angle of 328.77º 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 #AE035C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.32 |
| HSL | 328.77º | 0.97% | 0.35% | - |
| HSV(B) | 328.77º | 0.98% | 0.68% | - |
| XYZ | 19.42 | 9.84 | 11 | - |
| YUV | 64.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 92 | 0 | 0.98 | 0.47 | 0.32 | 328.77 | 0.97 | 0.35 |
| Hex | AE | 3 | 5C | 0 | 62 | 2F | 20 | 149 | 61 | 23 |
| Octal | 256 | 3 | 134 | 0 | 142 | 57 | 40 | 511 | 141 | 43 |
| Binary | 10101110 | 11 | 1011100 | 0 | 1100010 | 101111 | 100000 | 101001001 | 1100001 | 100011 |
Color Harmonies of #AE035C
Complementary color
Monochromatic Colors of #AE035C
Black with #AE035C
Text Example
Text Example
White with #AE035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE035C; }
p { color: rgb(174,3,92); }
H1.HeaderClassName
{
color: #AE035C;
}
.AnyTagClassName
{
color: #AE035C;
}
</style>
background-color css
<style>
a { background-color: #AE035C; }
a { background-color: rgb(174,3,92); }
div.DivClassName
{
background-color: #AE035C;
}
.BgClassName
{
background-color: #AE035C;
}
</style>
border-color css
<style>
span { border-color: #AE035C; }
span { border-color: rgb(174,3,92); }
td.TdClassName
{
border-color: #AE035C;
}
.TagClassName
{
border-color: #AE035C;
}
</style>