Shades of Jazzberry Jam #A6246B
Tints of Jazzberry Jam #A6246B
RGB
CMYK
RGB Variations
Color information
#A6246B (or 0xA6246B) is known color: Jazzberry Jam. HEX triplet: A6, 24 and 6B. RGB value is (166,36,107). Sum of RGB (Red+Green+Blue) = 166+36+107=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6246B is #59DB94. Grayscale: #525252. Windows color (decimal): -5888917 or 7021734. OLE color: 7021734.
HSL color Cylindrical-coordinate representation of color #A6246B: hue angle of 327.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6246B is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 107 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.35 |
| HSL | 327.23º | 0.64% | 0.4% | - |
| HSV(B) | 327.23º | 0.78% | 0.65% | - |
| XYZ | 19.01 | 10.43 | 14.92 | - |
| YUV | 82.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 107 | 0 | 0.78 | 0.36 | 0.35 | 327.23 | 0.64 | 0.4 |
| Hex | A6 | 24 | 6B | 0 | 4E | 24 | 23 | 147 | 40 | 28 |
| Octal | 246 | 44 | 153 | 0 | 116 | 44 | 43 | 507 | 100 | 50 |
| Binary | 10100110 | 100100 | 1101011 | 0 | 1001110 | 100100 | 100011 | 101000111 | 1000000 | 101000 |
Color Harmonies of #A6246B
Complementary color
Monochromatic Colors of #A6246B
Black with #A6246B
Text Example
Text Example
White with #A6246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6246B; }
p { color: rgb(166,36,107); }
H1.HeaderClassName
{
color: #A6246B;
}
.AnyTagClassName
{
color: #A6246B;
}
</style>
background-color css
<style>
a { background-color: #A6246B; }
a { background-color: rgb(166,36,107); }
div.DivClassName
{
background-color: #A6246B;
}
.BgClassName
{
background-color: #A6246B;
}
</style>
border-color css
<style>
span { border-color: #A6246B; }
span { border-color: rgb(166,36,107); }
td.TdClassName
{
border-color: #A6246B;
}
.TagClassName
{
border-color: #A6246B;
}
</style>