Shades of Jazzberry Jam #A8136A
Tints of Jazzberry Jam #A8136A
RGB
CMYK
RGB Variations
Color information
#A8136A (or 0xA8136A) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 6A. RGB value is (168,19,106). Sum of RGB (Red+Green+Blue) = 168+19+106=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8136A is #57EC95. Grayscale: #494949. Windows color (decimal): -5762198 or 6951848. OLE color: 6951848.
HSL color Cylindrical-coordinate representation of color #A8136A: hue angle of 324.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8136A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 106 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.34 |
| HSL | 324.97º | 0.8% | 0.37% | - |
| HSV(B) | 324.97º | 0.89% | 0.66% | - |
| XYZ | 18.98 | 9.83 | 14.53 | - |
| YUV | 73.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 106 | 0 | 0.89 | 0.37 | 0.34 | 324.97 | 0.8 | 0.37 |
| Hex | A8 | 13 | 6A | 0 | 59 | 25 | 22 | 145 | 50 | 25 |
| Octal | 250 | 23 | 152 | 0 | 131 | 45 | 42 | 505 | 120 | 45 |
| Binary | 10101000 | 10011 | 1101010 | 0 | 1011001 | 100101 | 100010 | 101000101 | 1010000 | 100101 |
Color Harmonies of #A8136A
Complementary color
Monochromatic Colors of #A8136A
Black with #A8136A
Text Example
Text Example
White with #A8136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8136A; }
p { color: rgb(168,19,106); }
H1.HeaderClassName
{
color: #A8136A;
}
.AnyTagClassName
{
color: #A8136A;
}
</style>
background-color css
<style>
a { background-color: #A8136A; }
a { background-color: rgb(168,19,106); }
div.DivClassName
{
background-color: #A8136A;
}
.BgClassName
{
background-color: #A8136A;
}
</style>
border-color css
<style>
span { border-color: #A8136A; }
span { border-color: rgb(168,19,106); }
td.TdClassName
{
border-color: #A8136A;
}
.TagClassName
{
border-color: #A8136A;
}
</style>