Shades of Jazzberry Jam #AE005A
Tints of Jazzberry Jam #AE005A
RGB
CMYK
RGB Variations
Color information
#AE005A (or 0xAE005A) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 5A. RGB value is (174,0,90). Sum of RGB (Red+Green+Blue) = 174+0+90=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE005A is #51FFA5. Grayscale: #3E3E3E. Windows color (decimal): -5373862 or 5898414. OLE color: 5898414.
HSL color Cylindrical-coordinate representation of color #AE005A: hue angle of 328.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE005A is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.48 | 0.32 |
| HSL | 328.97º | 1% | 0.34% | - |
| HSV(B) | 328.97º | 1% | 0.68% | - |
| XYZ | 19.3 | 9.74 | 10.53 | - |
| YUV | 62.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 90 | 0 | 1 | 0.48 | 0.32 | 328.97 | 1 | 0.34 |
| Hex | AE | 0 | 5A | 0 | 64 | 30 | 20 | 149 | 64 | 22 |
| Octal | 256 | 0 | 132 | 0 | 144 | 60 | 40 | 511 | 144 | 42 |
| Binary | 10101110 | 0 | 1011010 | 0 | 1100100 | 110000 | 100000 | 101001001 | 1100100 | 100010 |
Color Harmonies of #AE005A
Complementary color
Monochromatic Colors of #AE005A
Black with #AE005A
Text Example
Text Example
White with #AE005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE005A; }
p { color: rgb(174,0,90); }
H1.HeaderClassName
{
color: #AE005A;
}
.AnyTagClassName
{
color: #AE005A;
}
</style>
background-color css
<style>
a { background-color: #AE005A; }
a { background-color: rgb(174,0,90); }
div.DivClassName
{
background-color: #AE005A;
}
.BgClassName
{
background-color: #AE005A;
}
</style>
border-color css
<style>
span { border-color: #AE005A; }
span { border-color: rgb(174,0,90); }
td.TdClassName
{
border-color: #AE005A;
}
.TagClassName
{
border-color: #AE005A;
}
</style>