Shades of Jazzberry Jam #AE0953
Tints of Jazzberry Jam #AE0953
RGB
CMYK
RGB Variations
Color information
#AE0953 (or 0xAE0953) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 53. RGB value is (174,9,83). Sum of RGB (Red+Green+Blue) = 174+9+83=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0953 is #51F6AC. Grayscale: #424242. Windows color (decimal): -5371565 or 5441966. OLE color: 5441966.
HSL color Cylindrical-coordinate representation of color #AE0953: hue angle of 333.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0953 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 83 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.32 |
| HSL | 333.09º | 0.9% | 0.36% | - |
| HSV(B) | 333.09º | 0.95% | 0.68% | - |
| XYZ | 19.11 | 9.82 | 9.07 | - |
| YUV | 66.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 83 | 0 | 0.95 | 0.52 | 0.32 | 333.09 | 0.9 | 0.36 |
| Hex | AE | 9 | 53 | 0 | 5F | 34 | 20 | 14D | 5A | 24 |
| Octal | 256 | 11 | 123 | 0 | 137 | 64 | 40 | 515 | 132 | 44 |
| Binary | 10101110 | 1001 | 1010011 | 0 | 1011111 | 110100 | 100000 | 101001101 | 1011010 | 100100 |
Color Harmonies of #AE0953
Complementary color
Monochromatic Colors of #AE0953
Black with #AE0953
Text Example
Text Example
White with #AE0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0953; }
p { color: rgb(174,9,83); }
H1.HeaderClassName
{
color: #AE0953;
}
.AnyTagClassName
{
color: #AE0953;
}
</style>
background-color css
<style>
a { background-color: #AE0953; }
a { background-color: rgb(174,9,83); }
div.DivClassName
{
background-color: #AE0953;
}
.BgClassName
{
background-color: #AE0953;
}
</style>
border-color css
<style>
span { border-color: #AE0953; }
span { border-color: rgb(174,9,83); }
td.TdClassName
{
border-color: #AE0953;
}
.TagClassName
{
border-color: #AE0953;
}
</style>