Shades of Jazzberry Jam #AE1E6A
Tints of Jazzberry Jam #AE1E6A
RGB
CMYK
RGB Variations
Color information
#AE1E6A (or 0xAE1E6A) is known color: Jazzberry Jam. HEX triplet: AE, 1E and 6A. RGB value is (174,30,106). Sum of RGB (Red+Green+Blue) = 174+30+106=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1E6A is #51E195. Grayscale: #515151. Windows color (decimal): -5366166 or 6954670. OLE color: 6954670.
HSL color Cylindrical-coordinate representation of color #AE1E6A: hue angle of 328.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1E6A is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 30 | 106 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.32 |
| HSL | 328.33º | 0.71% | 0.4% | - |
| HSV(B) | 328.33º | 0.83% | 0.68% | - |
| XYZ | 20.52 | 10.97 | 14.67 | - |
| YUV | 81.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 30 | 106 | 0 | 0.83 | 0.39 | 0.32 | 328.33 | 0.71 | 0.4 |
| Hex | AE | 1E | 6A | 0 | 53 | 27 | 20 | 148 | 47 | 28 |
| Octal | 256 | 36 | 152 | 0 | 123 | 47 | 40 | 510 | 107 | 50 |
| Binary | 10101110 | 11110 | 1101010 | 0 | 1010011 | 100111 | 100000 | 101001000 | 1000111 | 101000 |
Color Harmonies of #AE1E6A
Complementary color
Monochromatic Colors of #AE1E6A
Black with #AE1E6A
Text Example
Text Example
White with #AE1E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1E6A; }
p { color: rgb(174,30,106); }
H1.HeaderClassName
{
color: #AE1E6A;
}
.AnyTagClassName
{
color: #AE1E6A;
}
</style>
background-color css
<style>
a { background-color: #AE1E6A; }
a { background-color: rgb(174,30,106); }
div.DivClassName
{
background-color: #AE1E6A;
}
.BgClassName
{
background-color: #AE1E6A;
}
</style>
border-color css
<style>
span { border-color: #AE1E6A; }
span { border-color: rgb(174,30,106); }
td.TdClassName
{
border-color: #AE1E6A;
}
.TagClassName
{
border-color: #AE1E6A;
}
</style>