Shades of Jazzberry Jam #AE084A
Tints of Jazzberry Jam #AE084A
RGB
CMYK
RGB Variations
Color information
#AE084A (or 0xAE084A) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 4A. RGB value is (174,8,74). Sum of RGB (Red+Green+Blue) = 174+8+74=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE084A is #51F7B5. Grayscale: #414141. Windows color (decimal): -5371830 or 4851886. OLE color: 4851886.
HSL color Cylindrical-coordinate representation of color #AE084A: hue angle of 336.14º degrees, saturation: 0.91, 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 #AE084A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 74 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.32 |
| HSL | 336.14º | 0.91% | 0.36% | - |
| HSV(B) | 336.14º | 0.95% | 0.68% | - |
| XYZ | 18.78 | 9.67 | 7.35 | - |
| YUV | 65.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 74 | 0 | 0.95 | 0.57 | 0.32 | 336.14 | 0.91 | 0.36 |
| Hex | AE | 8 | 4A | 0 | 5F | 39 | 20 | 150 | 5B | 24 |
| Octal | 256 | 10 | 112 | 0 | 137 | 71 | 40 | 520 | 133 | 44 |
| Binary | 10101110 | 1000 | 1001010 | 0 | 1011111 | 111001 | 100000 | 101010000 | 1011011 | 100100 |
Color Harmonies of #AE084A
Complementary color
Monochromatic Colors of #AE084A
Black with #AE084A
Text Example
Text Example
White with #AE084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE084A; }
p { color: rgb(174,8,74); }
H1.HeaderClassName
{
color: #AE084A;
}
.AnyTagClassName
{
color: #AE084A;
}
</style>
background-color css
<style>
a { background-color: #AE084A; }
a { background-color: rgb(174,8,74); }
div.DivClassName
{
background-color: #AE084A;
}
.BgClassName
{
background-color: #AE084A;
}
</style>
border-color css
<style>
span { border-color: #AE084A; }
span { border-color: rgb(174,8,74); }
td.TdClassName
{
border-color: #AE084A;
}
.TagClassName
{
border-color: #AE084A;
}
</style>