Shades of Jazzberry Jam #AA1E68
Tints of Jazzberry Jam #AA1E68
RGB
CMYK
RGB Variations
Color information
#AA1E68 (or 0xAA1E68) is known color: Jazzberry Jam. HEX triplet: AA, 1E and 68. RGB value is (170,30,104). Sum of RGB (Red+Green+Blue) = 170+30+104=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1E68 is #55E197. Grayscale: #505050. Windows color (decimal): -5628312 or 6823594. OLE color: 6823594.
HSL color Cylindrical-coordinate representation of color #AA1E68: hue angle of 328.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E68 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 104 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.33 |
| HSL | 328.29º | 0.7% | 0.39% | - |
| HSV(B) | 328.29º | 0.82% | 0.67% | - |
| XYZ | 19.54 | 10.47 | 14.09 | - |
| YUV | 80.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 104 | 0 | 0.82 | 0.39 | 0.33 | 328.29 | 0.7 | 0.39 |
| Hex | AA | 1E | 68 | 0 | 52 | 27 | 21 | 148 | 46 | 27 |
| Octal | 252 | 36 | 150 | 0 | 122 | 47 | 41 | 510 | 106 | 47 |
| Binary | 10101010 | 11110 | 1101000 | 0 | 1010010 | 100111 | 100001 | 101001000 | 1000110 | 100111 |
Color Harmonies of #AA1E68
Complementary color
Monochromatic Colors of #AA1E68
Black with #AA1E68
Text Example
Text Example
White with #AA1E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E68; }
p { color: rgb(170,30,104); }
H1.HeaderClassName
{
color: #AA1E68;
}
.AnyTagClassName
{
color: #AA1E68;
}
</style>
background-color css
<style>
a { background-color: #AA1E68; }
a { background-color: rgb(170,30,104); }
div.DivClassName
{
background-color: #AA1E68;
}
.BgClassName
{
background-color: #AA1E68;
}
</style>
border-color css
<style>
span { border-color: #AA1E68; }
span { border-color: rgb(170,30,104); }
td.TdClassName
{
border-color: #AA1E68;
}
.TagClassName
{
border-color: #AA1E68;
}
</style>