Shades of Jazzberry Jam #AE005C
Tints of Jazzberry Jam #AE005C
RGB
CMYK
RGB Variations
Color information
#AE005C (or 0xAE005C) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 5C. RGB value is (174,0,92). Sum of RGB (Red+Green+Blue) = 174+0+92=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE005C is #51FFA3. Grayscale: #3E3E3E. Windows color (decimal): -5373860 or 6029486. OLE color: 6029486.
HSL color Cylindrical-coordinate representation of color #AE005C: hue angle of 328.28º 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 #AE005C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.47 | 0.32 |
| HSL | 328.28º | 1% | 0.34% | - |
| HSV(B) | 328.28º | 1% | 0.68% | - |
| XYZ | 19.39 | 9.77 | 10.99 | - |
| YUV | 62.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 92 | 0 | 1 | 0.47 | 0.32 | 328.28 | 1 | 0.34 |
| Hex | AE | 0 | 5C | 0 | 64 | 2F | 20 | 148 | 64 | 22 |
| Octal | 256 | 0 | 134 | 0 | 144 | 57 | 40 | 510 | 144 | 42 |
| Binary | 10101110 | 0 | 1011100 | 0 | 1100100 | 101111 | 100000 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AE005C
Complementary color
Monochromatic Colors of #AE005C
Black with #AE005C
Text Example
Text Example
White with #AE005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE005C; }
p { color: rgb(174,0,92); }
H1.HeaderClassName
{
color: #AE005C;
}
.AnyTagClassName
{
color: #AE005C;
}
</style>
background-color css
<style>
a { background-color: #AE005C; }
a { background-color: rgb(174,0,92); }
div.DivClassName
{
background-color: #AE005C;
}
.BgClassName
{
background-color: #AE005C;
}
</style>
border-color css
<style>
span { border-color: #AE005C; }
span { border-color: rgb(174,0,92); }
td.TdClassName
{
border-color: #AE005C;
}
.TagClassName
{
border-color: #AE005C;
}
</style>