Shades of Jazzberry Jam #A6146D
Tints of Jazzberry Jam #A6146D
RGB
CMYK
RGB Variations
Color information
#A6146D (or 0xA6146D) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 6D. RGB value is (166,20,109). Sum of RGB (Red+Green+Blue) = 166+20+109=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6146D is #59EB92. Grayscale: #494949. Windows color (decimal): -5893011 or 7148710. OLE color: 7148710.
HSL color Cylindrical-coordinate representation of color #A6146D: hue angle of 323.42º 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 #A6146D is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 109 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.35 |
| HSL | 323.42º | 0.78% | 0.36% | - |
| HSV(B) | 323.42º | 0.88% | 0.65% | - |
| XYZ | 18.74 | 9.71 | 15.35 | - |
| YUV | 73.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 109 | 0 | 0.88 | 0.34 | 0.35 | 323.42 | 0.78 | 0.36 |
| Hex | A6 | 14 | 6D | 0 | 58 | 22 | 23 | 143 | 4E | 24 |
| Octal | 246 | 24 | 155 | 0 | 130 | 42 | 43 | 503 | 116 | 44 |
| Binary | 10100110 | 10100 | 1101101 | 0 | 1011000 | 100010 | 100011 | 101000011 | 1001110 | 100100 |
Color Harmonies of #A6146D
Complementary color
Monochromatic Colors of #A6146D
Black with #A6146D
Text Example
Text Example
White with #A6146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6146D; }
p { color: rgb(166,20,109); }
H1.HeaderClassName
{
color: #A6146D;
}
.AnyTagClassName
{
color: #A6146D;
}
</style>
background-color css
<style>
a { background-color: #A6146D; }
a { background-color: rgb(166,20,109); }
div.DivClassName
{
background-color: #A6146D;
}
.BgClassName
{
background-color: #A6146D;
}
</style>
border-color css
<style>
span { border-color: #A6146D; }
span { border-color: rgb(166,20,109); }
td.TdClassName
{
border-color: #A6146D;
}
.TagClassName
{
border-color: #A6146D;
}
</style>