Shades of Jazzberry Jam #AE2065
Tints of Jazzberry Jam #AE2065
RGB
CMYK
RGB Variations
Color information
#AE2065 (or 0xAE2065) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 65. RGB value is (174,32,101). Sum of RGB (Red+Green+Blue) = 174+32+101=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2065 is #51DF9A. Grayscale: #525252. Windows color (decimal): -5365659 or 6627502. OLE color: 6627502.
HSL color Cylindrical-coordinate representation of color #AE2065: hue angle of 330.85º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2065 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 101 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.32 |
| HSL | 330.85º | 0.69% | 0.4% | - |
| HSV(B) | 330.85º | 0.82% | 0.68% | - |
| XYZ | 20.32 | 10.97 | 13.36 | - |
| YUV | 82.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 101 | 0 | 0.82 | 0.42 | 0.32 | 330.85 | 0.69 | 0.4 |
| Hex | AE | 20 | 65 | 0 | 52 | 2A | 20 | 14B | 45 | 28 |
| Octal | 256 | 40 | 145 | 0 | 122 | 52 | 40 | 513 | 105 | 50 |
| Binary | 10101110 | 100000 | 1100101 | 0 | 1010010 | 101010 | 100000 | 101001011 | 1000101 | 101000 |
Color Harmonies of #AE2065
Complementary color
Monochromatic Colors of #AE2065
Black with #AE2065
Text Example
Text Example
White with #AE2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2065; }
p { color: rgb(174,32,101); }
H1.HeaderClassName
{
color: #AE2065;
}
.AnyTagClassName
{
color: #AE2065;
}
</style>
background-color css
<style>
a { background-color: #AE2065; }
a { background-color: rgb(174,32,101); }
div.DivClassName
{
background-color: #AE2065;
}
.BgClassName
{
background-color: #AE2065;
}
</style>
border-color css
<style>
span { border-color: #AE2065; }
span { border-color: rgb(174,32,101); }
td.TdClassName
{
border-color: #AE2065;
}
.TagClassName
{
border-color: #AE2065;
}
</style>