Shades of Jazzberry Jam #A6205D
Tints of Jazzberry Jam #A6205D
RGB
CMYK
RGB Variations
Color information
#A6205D (or 0xA6205D) is known color: Jazzberry Jam. HEX triplet: A6, 20 and 5D. RGB value is (166,32,93). Sum of RGB (Red+Green+Blue) = 166+32+93=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6205D is #59DFA2. Grayscale: #4E4E4E. Windows color (decimal): -5889955 or 6103206. OLE color: 6103206.
HSL color Cylindrical-coordinate representation of color #A6205D: hue angle of 332.69º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6205D is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 93 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.35 |
| HSL | 332.69º | 0.68% | 0.39% | - |
| HSV(B) | 332.69º | 0.81% | 0.65% | - |
| XYZ | 18.22 | 9.93 | 11.31 | - |
| YUV | 79.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 93 | 0 | 0.81 | 0.44 | 0.35 | 332.69 | 0.68 | 0.39 |
| Hex | A6 | 20 | 5D | 0 | 51 | 2C | 23 | 14D | 44 | 27 |
| Octal | 246 | 40 | 135 | 0 | 121 | 54 | 43 | 515 | 104 | 47 |
| Binary | 10100110 | 100000 | 1011101 | 0 | 1010001 | 101100 | 100011 | 101001101 | 1000100 | 100111 |
Color Harmonies of #A6205D
Complementary color
Monochromatic Colors of #A6205D
Black with #A6205D
Text Example
Text Example
White with #A6205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6205D; }
p { color: rgb(166,32,93); }
H1.HeaderClassName
{
color: #A6205D;
}
.AnyTagClassName
{
color: #A6205D;
}
</style>
background-color css
<style>
a { background-color: #A6205D; }
a { background-color: rgb(166,32,93); }
div.DivClassName
{
background-color: #A6205D;
}
.BgClassName
{
background-color: #A6205D;
}
</style>
border-color css
<style>
span { border-color: #A6205D; }
span { border-color: rgb(166,32,93); }
td.TdClassName
{
border-color: #A6205D;
}
.TagClassName
{
border-color: #A6205D;
}
</style>