Shades of Jazzberry Jam #A11D6A
Tints of Jazzberry Jam #A11D6A
RGB
CMYK
RGB Variations
Color information
#A11D6A (or 0xA11D6A) is known color: Jazzberry Jam. HEX triplet: A1, 1D and 6A. RGB value is (161,29,106). Sum of RGB (Red+Green+Blue) = 161+29+106=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D6A is #5EE295. Grayscale: #4D4D4D. Windows color (decimal): -6218390 or 6954401. OLE color: 6954401.
HSL color Cylindrical-coordinate representation of color #A11D6A: hue angle of 325º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D6A is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 106 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.37 |
| HSL | 325º | 0.69% | 0.37% | - |
| HSV(B) | 325º | 0.82% | 0.63% | - |
| XYZ | 17.74 | 9.5 | 14.53 | - |
| YUV | 77.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 106 | 0 | 0.82 | 0.34 | 0.37 | 325 | 0.69 | 0.37 |
| Hex | A1 | 1D | 6A | 0 | 52 | 22 | 25 | 145 | 45 | 25 |
| Octal | 241 | 35 | 152 | 0 | 122 | 42 | 45 | 505 | 105 | 45 |
| Binary | 10100001 | 11101 | 1101010 | 0 | 1010010 | 100010 | 100101 | 101000101 | 1000101 | 100101 |
Color Harmonies of #A11D6A
Complementary color
Monochromatic Colors of #A11D6A
Black with #A11D6A
Text Example
Text Example
White with #A11D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D6A; }
p { color: rgb(161,29,106); }
H1.HeaderClassName
{
color: #A11D6A;
}
.AnyTagClassName
{
color: #A11D6A;
}
</style>
background-color css
<style>
a { background-color: #A11D6A; }
a { background-color: rgb(161,29,106); }
div.DivClassName
{
background-color: #A11D6A;
}
.BgClassName
{
background-color: #A11D6A;
}
</style>
border-color css
<style>
span { border-color: #A11D6A; }
span { border-color: rgb(161,29,106); }
td.TdClassName
{
border-color: #A11D6A;
}
.TagClassName
{
border-color: #A11D6A;
}
</style>