Shades of Jazzberry Jam #AE0353
Tints of Jazzberry Jam #AE0353
RGB
CMYK
RGB Variations
Color information
#AE0353 (or 0xAE0353) is known color: Jazzberry Jam. HEX triplet: AE, 03 and 53. RGB value is (174,3,83). Sum of RGB (Red+Green+Blue) = 174+3+83=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0353 is #51FCAC. Grayscale: #3F3F3F. Windows color (decimal): -5373101 or 5440430. OLE color: 5440430.
HSL color Cylindrical-coordinate representation of color #AE0353: hue angle of 331.93º 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 #AE0353 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.32 |
| HSL | 331.93º | 0.97% | 0.35% | - |
| HSV(B) | 331.93º | 0.98% | 0.68% | - |
| XYZ | 19.05 | 9.69 | 9.05 | - |
| YUV | 63.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 83 | 0 | 0.98 | 0.52 | 0.32 | 331.93 | 0.97 | 0.35 |
| Hex | AE | 3 | 53 | 0 | 62 | 34 | 20 | 14C | 61 | 23 |
| Octal | 256 | 3 | 123 | 0 | 142 | 64 | 40 | 514 | 141 | 43 |
| Binary | 10101110 | 11 | 1010011 | 0 | 1100010 | 110100 | 100000 | 101001100 | 1100001 | 100011 |
Color Harmonies of #AE0353
Complementary color
Monochromatic Colors of #AE0353
Black with #AE0353
Text Example
Text Example
White with #AE0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0353; }
p { color: rgb(174,3,83); }
H1.HeaderClassName
{
color: #AE0353;
}
.AnyTagClassName
{
color: #AE0353;
}
</style>
background-color css
<style>
a { background-color: #AE0353; }
a { background-color: rgb(174,3,83); }
div.DivClassName
{
background-color: #AE0353;
}
.BgClassName
{
background-color: #AE0353;
}
</style>
border-color css
<style>
span { border-color: #AE0353; }
span { border-color: rgb(174,3,83); }
td.TdClassName
{
border-color: #AE0353;
}
.TagClassName
{
border-color: #AE0353;
}
</style>