Shades of Jazzberry Jam #AA1F6D
Tints of Jazzberry Jam #AA1F6D
RGB
CMYK
RGB Variations
Color information
#AA1F6D (or 0xAA1F6D) is known color: Jazzberry Jam. HEX triplet: AA, 1F and 6D. RGB value is (170,31,109). Sum of RGB (Red+Green+Blue) = 170+31+109=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F6D is #55E092. Grayscale: #515151. Windows color (decimal): -5628051 or 7151530. OLE color: 7151530.
HSL color Cylindrical-coordinate representation of color #AA1F6D: hue angle of 326.33º 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 #AA1F6D is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 109 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.33 |
| HSL | 326.33º | 0.69% | 0.39% | - |
| HSV(B) | 326.33º | 0.82% | 0.67% | - |
| XYZ | 19.83 | 10.63 | 15.47 | - |
| YUV | 81.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 109 | 0 | 0.82 | 0.36 | 0.33 | 326.33 | 0.69 | 0.39 |
| Hex | AA | 1F | 6D | 0 | 52 | 24 | 21 | 146 | 45 | 27 |
| Octal | 252 | 37 | 155 | 0 | 122 | 44 | 41 | 506 | 105 | 47 |
| Binary | 10101010 | 11111 | 1101101 | 0 | 1010010 | 100100 | 100001 | 101000110 | 1000101 | 100111 |
Color Harmonies of #AA1F6D
Complementary color
Monochromatic Colors of #AA1F6D
Black with #AA1F6D
Text Example
Text Example
White with #AA1F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F6D; }
p { color: rgb(170,31,109); }
H1.HeaderClassName
{
color: #AA1F6D;
}
.AnyTagClassName
{
color: #AA1F6D;
}
</style>
background-color css
<style>
a { background-color: #AA1F6D; }
a { background-color: rgb(170,31,109); }
div.DivClassName
{
background-color: #AA1F6D;
}
.BgClassName
{
background-color: #AA1F6D;
}
</style>
border-color css
<style>
span { border-color: #AA1F6D; }
span { border-color: rgb(170,31,109); }
td.TdClassName
{
border-color: #AA1F6D;
}
.TagClassName
{
border-color: #AA1F6D;
}
</style>