Shades of Jazzberry Jam #A8156B
Tints of Jazzberry Jam #A8156B
RGB
CMYK
RGB Variations
Color information
#A8156B (or 0xA8156B) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 6B. RGB value is (168,21,107). Sum of RGB (Red+Green+Blue) = 168+21+107=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8156B is #57EA94. Grayscale: #4A4A4A. Windows color (decimal): -5761685 or 7017896. OLE color: 7017896.
HSL color Cylindrical-coordinate representation of color #A8156B: hue angle of 324.9º 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 #A8156B is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 107 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.34 |
| HSL | 324.9º | 0.78% | 0.37% | - |
| HSV(B) | 324.9º | 0.88% | 0.66% | - |
| XYZ | 19.07 | 9.92 | 14.82 | - |
| YUV | 74.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 107 | 0 | 0.88 | 0.36 | 0.34 | 324.9 | 0.78 | 0.37 |
| Hex | A8 | 15 | 6B | 0 | 58 | 24 | 22 | 145 | 4E | 25 |
| Octal | 250 | 25 | 153 | 0 | 130 | 44 | 42 | 505 | 116 | 45 |
| Binary | 10101000 | 10101 | 1101011 | 0 | 1011000 | 100100 | 100010 | 101000101 | 1001110 | 100101 |
Color Harmonies of #A8156B
Complementary color
Monochromatic Colors of #A8156B
Black with #A8156B
Text Example
Text Example
White with #A8156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8156B; }
p { color: rgb(168,21,107); }
H1.HeaderClassName
{
color: #A8156B;
}
.AnyTagClassName
{
color: #A8156B;
}
</style>
background-color css
<style>
a { background-color: #A8156B; }
a { background-color: rgb(168,21,107); }
div.DivClassName
{
background-color: #A8156B;
}
.BgClassName
{
background-color: #A8156B;
}
</style>
border-color css
<style>
span { border-color: #A8156B; }
span { border-color: rgb(168,21,107); }
td.TdClassName
{
border-color: #A8156B;
}
.TagClassName
{
border-color: #A8156B;
}
</style>