Shades of Jazzberry Jam #A8156C
Tints of Jazzberry Jam #A8156C
RGB
CMYK
RGB Variations
Color information
#A8156C (or 0xA8156C) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 6C. RGB value is (168,21,108). Sum of RGB (Red+Green+Blue) = 168+21+108=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8156C is #57EA93. Grayscale: #4A4A4A. Windows color (decimal): -5761684 or 7083432. OLE color: 7083432.
HSL color Cylindrical-coordinate representation of color #A8156C: hue angle of 324.49º degrees, saturation: 0.78, 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 #A8156C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 108 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.34 |
| HSL | 324.49º | 0.78% | 0.37% | - |
| HSV(B) | 324.49º | 0.88% | 0.66% | - |
| XYZ | 19.12 | 9.94 | 15.1 | - |
| YUV | 74.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 108 | 0 | 0.88 | 0.36 | 0.34 | 324.49 | 0.78 | 0.37 |
| Hex | A8 | 15 | 6C | 0 | 58 | 24 | 22 | 144 | 4E | 25 |
| Octal | 250 | 25 | 154 | 0 | 130 | 44 | 42 | 504 | 116 | 45 |
| Binary | 10101000 | 10101 | 1101100 | 0 | 1011000 | 100100 | 100010 | 101000100 | 1001110 | 100101 |
Color Harmonies of #A8156C
Complementary color
Monochromatic Colors of #A8156C
Black with #A8156C
Text Example
Text Example
White with #A8156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8156C; }
p { color: rgb(168,21,108); }
H1.HeaderClassName
{
color: #A8156C;
}
.AnyTagClassName
{
color: #A8156C;
}
</style>
background-color css
<style>
a { background-color: #A8156C; }
a { background-color: rgb(168,21,108); }
div.DivClassName
{
background-color: #A8156C;
}
.BgClassName
{
background-color: #A8156C;
}
</style>
border-color css
<style>
span { border-color: #A8156C; }
span { border-color: rgb(168,21,108); }
td.TdClassName
{
border-color: #A8156C;
}
.TagClassName
{
border-color: #A8156C;
}
</style>