Shades of Jazzberry Jam #AE0165
Tints of Jazzberry Jam #AE0165
RGB
CMYK
RGB Variations
Color information
#AE0165 (or 0xAE0165) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 65. RGB value is (174,1,101). Sum of RGB (Red+Green+Blue) = 174+1+101=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0165 is #51FE9A. Grayscale: #3F3F3F. Windows color (decimal): -5373595 or 6619566. OLE color: 6619566.
HSL color Cylindrical-coordinate representation of color #AE0165: hue angle of 325.32º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0165 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.32 |
| HSL | 325.32º | 0.99% | 0.34% | - |
| HSV(B) | 325.32º | 0.99% | 0.68% | - |
| XYZ | 19.82 | 9.96 | 13.19 | - |
| YUV | 64.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 101 | 0 | 0.99 | 0.42 | 0.32 | 325.32 | 0.99 | 0.34 |
| Hex | AE | 1 | 65 | 0 | 63 | 2A | 20 | 145 | 63 | 22 |
| Octal | 256 | 1 | 145 | 0 | 143 | 52 | 40 | 505 | 143 | 42 |
| Binary | 10101110 | 1 | 1100101 | 0 | 1100011 | 101010 | 100000 | 101000101 | 1100011 | 100010 |
Color Harmonies of #AE0165
Complementary color
Monochromatic Colors of #AE0165
Black with #AE0165
Text Example
Text Example
White with #AE0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0165; }
p { color: rgb(174,1,101); }
H1.HeaderClassName
{
color: #AE0165;
}
.AnyTagClassName
{
color: #AE0165;
}
</style>
background-color css
<style>
a { background-color: #AE0165; }
a { background-color: rgb(174,1,101); }
div.DivClassName
{
background-color: #AE0165;
}
.BgClassName
{
background-color: #AE0165;
}
</style>
border-color css
<style>
span { border-color: #AE0165; }
span { border-color: rgb(174,1,101); }
td.TdClassName
{
border-color: #AE0165;
}
.TagClassName
{
border-color: #AE0165;
}
</style>