Shades of Jazzberry Jam #A6146C
Tints of Jazzberry Jam #A6146C
RGB
CMYK
RGB Variations
Color information
#A6146C (or 0xA6146C) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 6C. RGB value is (166,20,108). Sum of RGB (Red+Green+Blue) = 166+20+108=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6146C is #59EB93. Grayscale: #494949. Windows color (decimal): -5893012 or 7083174. OLE color: 7083174.
HSL color Cylindrical-coordinate representation of color #A6146C: hue angle of 323.84º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6146C is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 108 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.35 |
| HSL | 323.84º | 0.78% | 0.36% | - |
| HSV(B) | 323.84º | 0.88% | 0.65% | - |
| XYZ | 18.68 | 9.69 | 15.07 | - |
| YUV | 73.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 108 | 0 | 0.88 | 0.35 | 0.35 | 323.84 | 0.78 | 0.36 |
| Hex | A6 | 14 | 6C | 0 | 58 | 23 | 23 | 144 | 4E | 24 |
| Octal | 246 | 24 | 154 | 0 | 130 | 43 | 43 | 504 | 116 | 44 |
| Binary | 10100110 | 10100 | 1101100 | 0 | 1011000 | 100011 | 100011 | 101000100 | 1001110 | 100100 |
Color Harmonies of #A6146C
Complementary color
Monochromatic Colors of #A6146C
Black with #A6146C
Text Example
Text Example
White with #A6146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6146C; }
p { color: rgb(166,20,108); }
H1.HeaderClassName
{
color: #A6146C;
}
.AnyTagClassName
{
color: #A6146C;
}
</style>
background-color css
<style>
a { background-color: #A6146C; }
a { background-color: rgb(166,20,108); }
div.DivClassName
{
background-color: #A6146C;
}
.BgClassName
{
background-color: #A6146C;
}
</style>
border-color css
<style>
span { border-color: #A6146C; }
span { border-color: rgb(166,20,108); }
td.TdClassName
{
border-color: #A6146C;
}
.TagClassName
{
border-color: #A6146C;
}
</style>