Shades of Jazzberry Jam #A6226D
Tints of Jazzberry Jam #A6226D
RGB
CMYK
RGB Variations
Color information
#A6226D (or 0xA6226D) is known color: Jazzberry Jam. HEX triplet: A6, 22 and 6D. RGB value is (166,34,109). Sum of RGB (Red+Green+Blue) = 166+34+109=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6226D is #59DD92. Grayscale: #515151. Windows color (decimal): -5889427 or 7152294. OLE color: 7152294.
HSL color Cylindrical-coordinate representation of color #A6226D: hue angle of 325.91º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6226D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 109 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.35 |
| HSL | 325.91º | 0.66% | 0.39% | - |
| HSV(B) | 325.91º | 0.8% | 0.65% | - |
| XYZ | 19.06 | 10.36 | 15.46 | - |
| YUV | 82.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 109 | 0 | 0.80 | 0.34 | 0.35 | 325.91 | 0.66 | 0.39 |
| Hex | A6 | 22 | 6D | 0 | 50 | 22 | 23 | 146 | 42 | 27 |
| Octal | 246 | 42 | 155 | 0 | 120 | 42 | 43 | 506 | 102 | 47 |
| Binary | 10100110 | 100010 | 1101101 | 0 | 1010000 | 100010 | 100011 | 101000110 | 1000010 | 100111 |
Color Harmonies of #A6226D
Complementary color
Monochromatic Colors of #A6226D
Black with #A6226D
Text Example
Text Example
White with #A6226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6226D; }
p { color: rgb(166,34,109); }
H1.HeaderClassName
{
color: #A6226D;
}
.AnyTagClassName
{
color: #A6226D;
}
</style>
background-color css
<style>
a { background-color: #A6226D; }
a { background-color: rgb(166,34,109); }
div.DivClassName
{
background-color: #A6226D;
}
.BgClassName
{
background-color: #A6226D;
}
</style>
border-color css
<style>
span { border-color: #A6226D; }
span { border-color: rgb(166,34,109); }
td.TdClassName
{
border-color: #A6226D;
}
.TagClassName
{
border-color: #A6226D;
}
</style>