Shades of Jazzberry Jam #AA1B75
Tints of Jazzberry Jam #AA1B75
RGB
CMYK
RGB Variations
Color information
#AA1B75 (or 0xAA1B75) is known color: Jazzberry Jam. HEX triplet: AA, 1B and 75. RGB value is (170,27,117). Sum of RGB (Red+Green+Blue) = 170+27+117=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B75 is #55E48A. Grayscale: #4F4F4F. Windows color (decimal): -5629067 or 7674794. OLE color: 7674794.
HSL color Cylindrical-coordinate representation of color #AA1B75: hue angle of 322.24º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B75 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 117 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.33 |
| HSL | 322.24º | 0.73% | 0.39% | - |
| HSV(B) | 322.24º | 0.84% | 0.67% | - |
| XYZ | 20.18 | 10.61 | 17.81 | - |
| YUV | 80.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 117 | 0 | 0.84 | 0.31 | 0.33 | 322.24 | 0.73 | 0.39 |
| Hex | AA | 1B | 75 | 0 | 54 | 1F | 21 | 142 | 49 | 27 |
| Octal | 252 | 33 | 165 | 0 | 124 | 37 | 41 | 502 | 111 | 47 |
| Binary | 10101010 | 11011 | 1110101 | 0 | 1010100 | 11111 | 100001 | 101000010 | 1001001 | 100111 |
Color Harmonies of #AA1B75
Complementary color
Monochromatic Colors of #AA1B75
Black with #AA1B75
Text Example
Text Example
White with #AA1B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B75; }
p { color: rgb(170,27,117); }
H1.HeaderClassName
{
color: #AA1B75;
}
.AnyTagClassName
{
color: #AA1B75;
}
</style>
background-color css
<style>
a { background-color: #AA1B75; }
a { background-color: rgb(170,27,117); }
div.DivClassName
{
background-color: #AA1B75;
}
.BgClassName
{
background-color: #AA1B75;
}
</style>
border-color css
<style>
span { border-color: #AA1B75; }
span { border-color: rgb(170,27,117); }
td.TdClassName
{
border-color: #AA1B75;
}
.TagClassName
{
border-color: #AA1B75;
}
</style>