Shades of Jazzberry Jam #A8125E
Tints of Jazzberry Jam #A8125E
RGB
CMYK
RGB Variations
Color information
#A8125E (or 0xA8125E) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 5E. RGB value is (168,18,94). Sum of RGB (Red+Green+Blue) = 168+18+94=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8125E is #57EDA1. Grayscale: #474747. Windows color (decimal): -5762466 or 6165160. OLE color: 6165160.
HSL color Cylindrical-coordinate representation of color #A8125E: hue angle of 329.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8125E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 94 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.34 |
| HSL | 329.6º | 0.81% | 0.36% | - |
| HSV(B) | 329.6º | 0.89% | 0.66% | - |
| XYZ | 18.39 | 9.57 | 11.47 | - |
| YUV | 71.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 94 | 0 | 0.89 | 0.44 | 0.34 | 329.6 | 0.81 | 0.36 |
| Hex | A8 | 12 | 5E | 0 | 59 | 2C | 22 | 14A | 51 | 24 |
| Octal | 250 | 22 | 136 | 0 | 131 | 54 | 42 | 512 | 121 | 44 |
| Binary | 10101000 | 10010 | 1011110 | 0 | 1011001 | 101100 | 100010 | 101001010 | 1010001 | 100100 |
Color Harmonies of #A8125E
Complementary color
Monochromatic Colors of #A8125E
Black with #A8125E
Text Example
Text Example
White with #A8125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8125E; }
p { color: rgb(168,18,94); }
H1.HeaderClassName
{
color: #A8125E;
}
.AnyTagClassName
{
color: #A8125E;
}
</style>
background-color css
<style>
a { background-color: #A8125E; }
a { background-color: rgb(168,18,94); }
div.DivClassName
{
background-color: #A8125E;
}
.BgClassName
{
background-color: #A8125E;
}
</style>
border-color css
<style>
span { border-color: #A8125E; }
span { border-color: rgb(168,18,94); }
td.TdClassName
{
border-color: #A8125E;
}
.TagClassName
{
border-color: #A8125E;
}
</style>