Shades of Jazzberry Jam #AE0069
Tints of Jazzberry Jam #AE0069
RGB
CMYK
RGB Variations
Color information
#AE0069 (or 0xAE0069) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 69. RGB value is (174,0,105). Sum of RGB (Red+Green+Blue) = 174+0+105=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0069 is #51FF96. Grayscale: #3F3F3F. Windows color (decimal): -5373847 or 6881454. OLE color: 6881454.
HSL color Cylindrical-coordinate representation of color #AE0069: hue angle of 323.79º 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 #AE0069 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.40 | 0.32 |
| HSL | 323.79º | 1% | 0.34% | - |
| HSV(B) | 323.79º | 1% | 0.68% | - |
| XYZ | 20.01 | 10.02 | 14.24 | - |
| YUV | 64 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 105 | 0 | 1 | 0.40 | 0.32 | 323.79 | 1 | 0.34 |
| Hex | AE | 0 | 69 | 0 | 64 | 28 | 20 | 144 | 64 | 22 |
| Octal | 256 | 0 | 151 | 0 | 144 | 50 | 40 | 504 | 144 | 42 |
| Binary | 10101110 | 0 | 1101001 | 0 | 1100100 | 101000 | 100000 | 101000100 | 1100100 | 100010 |
Color Harmonies of #AE0069
Complementary color
Monochromatic Colors of #AE0069
Black with #AE0069
Text Example
Text Example
White with #AE0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0069; }
p { color: rgb(174,0,105); }
H1.HeaderClassName
{
color: #AE0069;
}
.AnyTagClassName
{
color: #AE0069;
}
</style>
background-color css
<style>
a { background-color: #AE0069; }
a { background-color: rgb(174,0,105); }
div.DivClassName
{
background-color: #AE0069;
}
.BgClassName
{
background-color: #AE0069;
}
</style>
border-color css
<style>
span { border-color: #AE0069; }
span { border-color: rgb(174,0,105); }
td.TdClassName
{
border-color: #AE0069;
}
.TagClassName
{
border-color: #AE0069;
}
</style>