Shades of Jazzberry Jam #AE095A
Tints of Jazzberry Jam #AE095A
RGB
CMYK
RGB Variations
Color information
#AE095A (or 0xAE095A) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 5A. RGB value is (174,9,90). Sum of RGB (Red+Green+Blue) = 174+9+90=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE095A is #51F6A5. Grayscale: #434343. Windows color (decimal): -5371558 or 5900718. OLE color: 5900718.
HSL color Cylindrical-coordinate representation of color #AE095A: hue angle of 330.55º 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 #AE095A is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.32 |
| HSL | 330.55º | 0.9% | 0.36% | - |
| HSV(B) | 330.55º | 0.95% | 0.68% | - |
| XYZ | 19.4 | 9.93 | 10.57 | - |
| YUV | 67.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 90 | 0 | 0.95 | 0.48 | 0.32 | 330.55 | 0.9 | 0.36 |
| Hex | AE | 9 | 5A | 0 | 5F | 30 | 20 | 14B | 5A | 24 |
| Octal | 256 | 11 | 132 | 0 | 137 | 60 | 40 | 513 | 132 | 44 |
| Binary | 10101110 | 1001 | 1011010 | 0 | 1011111 | 110000 | 100000 | 101001011 | 1011010 | 100100 |
Color Harmonies of #AE095A
Complementary color
Monochromatic Colors of #AE095A
Black with #AE095A
Text Example
Text Example
White with #AE095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE095A; }
p { color: rgb(174,9,90); }
H1.HeaderClassName
{
color: #AE095A;
}
.AnyTagClassName
{
color: #AE095A;
}
</style>
background-color css
<style>
a { background-color: #AE095A; }
a { background-color: rgb(174,9,90); }
div.DivClassName
{
background-color: #AE095A;
}
.BgClassName
{
background-color: #AE095A;
}
</style>
border-color css
<style>
span { border-color: #AE095A; }
span { border-color: rgb(174,9,90); }
td.TdClassName
{
border-color: #AE095A;
}
.TagClassName
{
border-color: #AE095A;
}
</style>