Shades of Jazzberry Jam #A6136B
Tints of Jazzberry Jam #A6136B
RGB
CMYK
RGB Variations
Color information
#A6136B (or 0xA6136B) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 6B. RGB value is (166,19,107). Sum of RGB (Red+Green+Blue) = 166+19+107=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6136B is #59EC94. Grayscale: #484848. Windows color (decimal): -5893269 or 7017382. OLE color: 7017382.
HSL color Cylindrical-coordinate representation of color #A6136B: hue angle of 324.08º 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 #A6136B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 107 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.35 |
| HSL | 324.08º | 0.79% | 0.36% | - |
| HSV(B) | 324.08º | 0.89% | 0.65% | - |
| XYZ | 18.61 | 9.63 | 14.79 | - |
| YUV | 72.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 107 | 0 | 0.89 | 0.36 | 0.35 | 324.08 | 0.79 | 0.36 |
| Hex | A6 | 13 | 6B | 0 | 59 | 24 | 23 | 144 | 4F | 24 |
| Octal | 246 | 23 | 153 | 0 | 131 | 44 | 43 | 504 | 117 | 44 |
| Binary | 10100110 | 10011 | 1101011 | 0 | 1011001 | 100100 | 100011 | 101000100 | 1001111 | 100100 |
Color Harmonies of #A6136B
Complementary color
Monochromatic Colors of #A6136B
Black with #A6136B
Text Example
Text Example
White with #A6136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6136B; }
p { color: rgb(166,19,107); }
H1.HeaderClassName
{
color: #A6136B;
}
.AnyTagClassName
{
color: #A6136B;
}
</style>
background-color css
<style>
a { background-color: #A6136B; }
a { background-color: rgb(166,19,107); }
div.DivClassName
{
background-color: #A6136B;
}
.BgClassName
{
background-color: #A6136B;
}
</style>
border-color css
<style>
span { border-color: #A6136B; }
span { border-color: rgb(166,19,107); }
td.TdClassName
{
border-color: #A6136B;
}
.TagClassName
{
border-color: #A6136B;
}
</style>