Shades of Jazzberry Jam #A8157A
Tints of Jazzberry Jam #A8157A
RGB
CMYK
RGB Variations
Color information
#A8157A (or 0xA8157A) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 7A. RGB value is (168,21,122). Sum of RGB (Red+Green+Blue) = 168+21+122=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8157A is #57EA85. Grayscale: #4C4C4C. Windows color (decimal): -5761670 or 8000936. OLE color: 8000936.
HSL color Cylindrical-coordinate representation of color #A8157A: hue angle of 318.78º 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 #A8157A is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 122 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.34 |
| HSL | 318.78º | 0.78% | 0.37% | - |
| HSV(B) | 318.78º | 0.88% | 0.66% | - |
| XYZ | 19.93 | 10.27 | 19.34 | - |
| YUV | 76.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 122 | 0 | 0.88 | 0.27 | 0.34 | 318.78 | 0.78 | 0.37 |
| Hex | A8 | 15 | 7A | 0 | 58 | 1B | 22 | 13F | 4E | 25 |
| Octal | 250 | 25 | 172 | 0 | 130 | 33 | 42 | 477 | 116 | 45 |
| Binary | 10101000 | 10101 | 1111010 | 0 | 1011000 | 11011 | 100010 | 100111111 | 1001110 | 100101 |
Color Harmonies of #A8157A
Complementary color
Monochromatic Colors of #A8157A
Black with #A8157A
Text Example
Text Example
White with #A8157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8157A; }
p { color: rgb(168,21,122); }
H1.HeaderClassName
{
color: #A8157A;
}
.AnyTagClassName
{
color: #A8157A;
}
</style>
background-color css
<style>
a { background-color: #A8157A; }
a { background-color: rgb(168,21,122); }
div.DivClassName
{
background-color: #A8157A;
}
.BgClassName
{
background-color: #A8157A;
}
</style>
border-color css
<style>
span { border-color: #A8157A; }
span { border-color: rgb(168,21,122); }
td.TdClassName
{
border-color: #A8157A;
}
.TagClassName
{
border-color: #A8157A;
}
</style>