Shades of Jazzberry Jam #A8146C
Tints of Jazzberry Jam #A8146C
RGB
CMYK
RGB Variations
Color information
#A8146C (or 0xA8146C) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 6C. RGB value is (168,20,108). Sum of RGB (Red+Green+Blue) = 168+20+108=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8146C is #57EB93. Grayscale: #4A4A4A. Windows color (decimal): -5761940 or 7083176. OLE color: 7083176.
HSL color Cylindrical-coordinate representation of color #A8146C: hue angle of 324.32º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8146C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 108 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.34 |
| HSL | 324.32º | 0.79% | 0.37% | - |
| HSV(B) | 324.32º | 0.88% | 0.66% | - |
| XYZ | 19.11 | 9.91 | 15.09 | - |
| YUV | 74.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 108 | 0 | 0.88 | 0.36 | 0.34 | 324.32 | 0.79 | 0.37 |
| Hex | A8 | 14 | 6C | 0 | 58 | 24 | 22 | 144 | 4F | 25 |
| Octal | 250 | 24 | 154 | 0 | 130 | 44 | 42 | 504 | 117 | 45 |
| Binary | 10101000 | 10100 | 1101100 | 0 | 1011000 | 100100 | 100010 | 101000100 | 1001111 | 100101 |
Color Harmonies of #A8146C
Complementary color
Monochromatic Colors of #A8146C
Black with #A8146C
Text Example
Text Example
White with #A8146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8146C; }
p { color: rgb(168,20,108); }
H1.HeaderClassName
{
color: #A8146C;
}
.AnyTagClassName
{
color: #A8146C;
}
</style>
background-color css
<style>
a { background-color: #A8146C; }
a { background-color: rgb(168,20,108); }
div.DivClassName
{
background-color: #A8146C;
}
.BgClassName
{
background-color: #A8146C;
}
</style>
border-color css
<style>
span { border-color: #A8146C; }
span { border-color: rgb(168,20,108); }
td.TdClassName
{
border-color: #A8146C;
}
.TagClassName
{
border-color: #A8146C;
}
</style>