Shades of Jazzberry Jam #A8246A
Tints of Jazzberry Jam #A8246A
RGB
CMYK
RGB Variations
Color information
#A8246A (or 0xA8246A) is known color: Jazzberry Jam. HEX triplet: A8, 24 and 6A. RGB value is (168,36,106). Sum of RGB (Red+Green+Blue) = 168+36+106=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8246A is #57DB95. Grayscale: #535353. Windows color (decimal): -5757846 or 6956200. OLE color: 6956200.
HSL color Cylindrical-coordinate representation of color #A8246A: hue angle of 328.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8246A is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 106 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.34 |
| HSL | 328.18º | 0.65% | 0.4% | - |
| HSV(B) | 328.18º | 0.79% | 0.66% | - |
| XYZ | 19.38 | 10.63 | 14.67 | - |
| YUV | 83.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 106 | 0 | 0.79 | 0.37 | 0.34 | 328.18 | 0.65 | 0.4 |
| Hex | A8 | 24 | 6A | 0 | 4F | 25 | 22 | 148 | 41 | 28 |
| Octal | 250 | 44 | 152 | 0 | 117 | 45 | 42 | 510 | 101 | 50 |
| Binary | 10101000 | 100100 | 1101010 | 0 | 1001111 | 100101 | 100010 | 101001000 | 1000001 | 101000 |
Color Harmonies of #A8246A
Complementary color
Monochromatic Colors of #A8246A
Black with #A8246A
Text Example
Text Example
White with #A8246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8246A; }
p { color: rgb(168,36,106); }
H1.HeaderClassName
{
color: #A8246A;
}
.AnyTagClassName
{
color: #A8246A;
}
</style>
background-color css
<style>
a { background-color: #A8246A; }
a { background-color: rgb(168,36,106); }
div.DivClassName
{
background-color: #A8246A;
}
.BgClassName
{
background-color: #A8246A;
}
</style>
border-color css
<style>
span { border-color: #A8246A; }
span { border-color: rgb(168,36,106); }
td.TdClassName
{
border-color: #A8246A;
}
.TagClassName
{
border-color: #A8246A;
}
</style>