Shades of Jazzberry Jam #A6136A
Tints of Jazzberry Jam #A6136A
RGB
CMYK
RGB Variations
Color information
#A6136A (or 0xA6136A) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 6A. RGB value is (166,19,106). Sum of RGB (Red+Green+Blue) = 166+19+106=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6136A is #59EC95. Grayscale: #484848. Windows color (decimal): -5893270 or 6951846. OLE color: 6951846.
HSL color Cylindrical-coordinate representation of color #A6136A: hue angle of 324.49º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6136A is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 106 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.35 |
| HSL | 324.49º | 0.79% | 0.36% | - |
| HSV(B) | 324.49º | 0.89% | 0.65% | - |
| XYZ | 18.56 | 9.61 | 14.51 | - |
| YUV | 72.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 106 | 0 | 0.89 | 0.36 | 0.35 | 324.49 | 0.79 | 0.36 |
| Hex | A6 | 13 | 6A | 0 | 59 | 24 | 23 | 144 | 4F | 24 |
| Octal | 246 | 23 | 152 | 0 | 131 | 44 | 43 | 504 | 117 | 44 |
| Binary | 10100110 | 10011 | 1101010 | 0 | 1011001 | 100100 | 100011 | 101000100 | 1001111 | 100100 |
Color Harmonies of #A6136A
Complementary color
Monochromatic Colors of #A6136A
Black with #A6136A
Text Example
Text Example
White with #A6136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6136A; }
p { color: rgb(166,19,106); }
H1.HeaderClassName
{
color: #A6136A;
}
.AnyTagClassName
{
color: #A6136A;
}
</style>
background-color css
<style>
a { background-color: #A6136A; }
a { background-color: rgb(166,19,106); }
div.DivClassName
{
background-color: #A6136A;
}
.BgClassName
{
background-color: #A6136A;
}
</style>
border-color css
<style>
span { border-color: #A6136A; }
span { border-color: rgb(166,19,106); }
td.TdClassName
{
border-color: #A6136A;
}
.TagClassName
{
border-color: #A6136A;
}
</style>