Shades of Jazzberry Jam #AE0068
Tints of Jazzberry Jam #AE0068
RGB
CMYK
RGB Variations
Color information
#AE0068 (or 0xAE0068) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 68. RGB value is (174,0,104). Sum of RGB (Red+Green+Blue) = 174+0+104=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0068 is #51FF97. Grayscale: #3F3F3F. Windows color (decimal): -5373848 or 6815918. OLE color: 6815918.
HSL color Cylindrical-coordinate representation of color #AE0068: hue angle of 324.14º 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 #AE0068 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.40 | 0.32 |
| HSL | 324.14º | 1% | 0.34% | - |
| HSV(B) | 324.14º | 1% | 0.68% | - |
| XYZ | 19.95 | 10 | 13.97 | - |
| YUV | 63.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 104 | 0 | 1 | 0.40 | 0.32 | 324.14 | 1 | 0.34 |
| Hex | AE | 0 | 68 | 0 | 64 | 28 | 20 | 144 | 64 | 22 |
| Octal | 256 | 0 | 150 | 0 | 144 | 50 | 40 | 504 | 144 | 42 |
| Binary | 10101110 | 0 | 1101000 | 0 | 1100100 | 101000 | 100000 | 101000100 | 1100100 | 100010 |
Color Harmonies of #AE0068
Complementary color
Monochromatic Colors of #AE0068
Black with #AE0068
Text Example
Text Example
White with #AE0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0068; }
p { color: rgb(174,0,104); }
H1.HeaderClassName
{
color: #AE0068;
}
.AnyTagClassName
{
color: #AE0068;
}
</style>
background-color css
<style>
a { background-color: #AE0068; }
a { background-color: rgb(174,0,104); }
div.DivClassName
{
background-color: #AE0068;
}
.BgClassName
{
background-color: #AE0068;
}
</style>
border-color css
<style>
span { border-color: #AE0068; }
span { border-color: rgb(174,0,104); }
td.TdClassName
{
border-color: #AE0068;
}
.TagClassName
{
border-color: #AE0068;
}
</style>