Shades of Jazzberry Jam #AE095E
Tints of Jazzberry Jam #AE095E
RGB
CMYK
RGB Variations
Color information
#AE095E (or 0xAE095E) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 5E. RGB value is (174,9,94). Sum of RGB (Red+Green+Blue) = 174+9+94=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE095E is #51F6A1. Grayscale: #434343. Windows color (decimal): -5371554 or 6162862. OLE color: 6162862.
HSL color Cylindrical-coordinate representation of color #AE095E: hue angle of 329.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 #AE095E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 94 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.32 |
| HSL | 329.09º | 0.9% | 0.36% | - |
| HSV(B) | 329.09º | 0.95% | 0.68% | - |
| XYZ | 19.57 | 10 | 11.49 | - |
| YUV | 68.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 94 | 0 | 0.95 | 0.46 | 0.32 | 329.09 | 0.9 | 0.36 |
| Hex | AE | 9 | 5E | 0 | 5F | 2E | 20 | 149 | 5A | 24 |
| Octal | 256 | 11 | 136 | 0 | 137 | 56 | 40 | 511 | 132 | 44 |
| Binary | 10101110 | 1001 | 1011110 | 0 | 1011111 | 101110 | 100000 | 101001001 | 1011010 | 100100 |
Color Harmonies of #AE095E
Complementary color
Monochromatic Colors of #AE095E
Black with #AE095E
Text Example
Text Example
White with #AE095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE095E; }
p { color: rgb(174,9,94); }
H1.HeaderClassName
{
color: #AE095E;
}
.AnyTagClassName
{
color: #AE095E;
}
</style>
background-color css
<style>
a { background-color: #AE095E; }
a { background-color: rgb(174,9,94); }
div.DivClassName
{
background-color: #AE095E;
}
.BgClassName
{
background-color: #AE095E;
}
</style>
border-color css
<style>
span { border-color: #AE095E; }
span { border-color: rgb(174,9,94); }
td.TdClassName
{
border-color: #AE095E;
}
.TagClassName
{
border-color: #AE095E;
}
</style>