Shades of Jazzberry Jam #AA1F68
Tints of Jazzberry Jam #AA1F68
RGB
CMYK
RGB Variations
Color information
#AA1F68 (or 0xAA1F68) is known color: Jazzberry Jam. HEX triplet: AA, 1F and 68. RGB value is (170,31,104). Sum of RGB (Red+Green+Blue) = 170+31+104=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F68 is #55E097. Grayscale: #505050. Windows color (decimal): -5628056 or 6823850. OLE color: 6823850.
HSL color Cylindrical-coordinate representation of color #AA1F68: hue angle of 328.49º degrees, saturation: 0.69, 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 #AA1F68 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 104 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.33 |
| HSL | 328.49º | 0.69% | 0.39% | - |
| HSV(B) | 328.49º | 0.82% | 0.67% | - |
| XYZ | 19.57 | 10.53 | 14.1 | - |
| YUV | 80.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 104 | 0 | 0.82 | 0.39 | 0.33 | 328.49 | 0.69 | 0.39 |
| Hex | AA | 1F | 68 | 0 | 52 | 27 | 21 | 148 | 45 | 27 |
| Octal | 252 | 37 | 150 | 0 | 122 | 47 | 41 | 510 | 105 | 47 |
| Binary | 10101010 | 11111 | 1101000 | 0 | 1010010 | 100111 | 100001 | 101001000 | 1000101 | 100111 |
Color Harmonies of #AA1F68
Complementary color
Monochromatic Colors of #AA1F68
Black with #AA1F68
Text Example
Text Example
White with #AA1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F68; }
p { color: rgb(170,31,104); }
H1.HeaderClassName
{
color: #AA1F68;
}
.AnyTagClassName
{
color: #AA1F68;
}
</style>
background-color css
<style>
a { background-color: #AA1F68; }
a { background-color: rgb(170,31,104); }
div.DivClassName
{
background-color: #AA1F68;
}
.BgClassName
{
background-color: #AA1F68;
}
</style>
border-color css
<style>
span { border-color: #AA1F68; }
span { border-color: rgb(170,31,104); }
td.TdClassName
{
border-color: #AA1F68;
}
.TagClassName
{
border-color: #AA1F68;
}
</style>