Shades of Jazzberry Jam #AA1F67
Tints of Jazzberry Jam #AA1F67
RGB
CMYK
RGB Variations
Color information
#AA1F67 (or 0xAA1F67) is known color: Jazzberry Jam. HEX triplet: AA, 1F and 67. RGB value is (170,31,103). Sum of RGB (Red+Green+Blue) = 170+31+103=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F67 is #55E098. Grayscale: #505050. Windows color (decimal): -5628057 or 6758314. OLE color: 6758314.
HSL color Cylindrical-coordinate representation of color #AA1F67: hue angle of 328.92º 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 #AA1F67 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 103 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.33 |
| HSL | 328.92º | 0.69% | 0.39% | - |
| HSV(B) | 328.92º | 0.82% | 0.67% | - |
| XYZ | 19.52 | 10.51 | 13.83 | - |
| YUV | 80.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 103 | 0 | 0.82 | 0.39 | 0.33 | 328.92 | 0.69 | 0.39 |
| Hex | AA | 1F | 67 | 0 | 52 | 27 | 21 | 149 | 45 | 27 |
| Octal | 252 | 37 | 147 | 0 | 122 | 47 | 41 | 511 | 105 | 47 |
| Binary | 10101010 | 11111 | 1100111 | 0 | 1010010 | 100111 | 100001 | 101001001 | 1000101 | 100111 |
Color Harmonies of #AA1F67
Complementary color
Monochromatic Colors of #AA1F67
Black with #AA1F67
Text Example
Text Example
White with #AA1F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F67; }
p { color: rgb(170,31,103); }
H1.HeaderClassName
{
color: #AA1F67;
}
.AnyTagClassName
{
color: #AA1F67;
}
</style>
background-color css
<style>
a { background-color: #AA1F67; }
a { background-color: rgb(170,31,103); }
div.DivClassName
{
background-color: #AA1F67;
}
.BgClassName
{
background-color: #AA1F67;
}
</style>
border-color css
<style>
span { border-color: #AA1F67; }
span { border-color: rgb(170,31,103); }
td.TdClassName
{
border-color: #AA1F67;
}
.TagClassName
{
border-color: #AA1F67;
}
</style>