Shades of Jazzberry Jam #A8145E
Tints of Jazzberry Jam #A8145E
RGB
CMYK
RGB Variations
Color information
#A8145E (or 0xA8145E) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 5E. RGB value is (168,20,94). Sum of RGB (Red+Green+Blue) = 168+20+94=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8145E is #57EBA1. Grayscale: #484848. Windows color (decimal): -5761954 or 6165672. OLE color: 6165672.
HSL color Cylindrical-coordinate representation of color #A8145E: hue angle of 330º degrees, saturation: 0.79, 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 #A8145E is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 94 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.34 |
| HSL | 330º | 0.79% | 0.37% | - |
| HSV(B) | 330º | 0.88% | 0.66% | - |
| XYZ | 18.42 | 9.63 | 11.48 | - |
| YUV | 72.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 94 | 0 | 0.88 | 0.44 | 0.34 | 330 | 0.79 | 0.37 |
| Hex | A8 | 14 | 5E | 0 | 58 | 2C | 22 | 14A | 4F | 25 |
| Octal | 250 | 24 | 136 | 0 | 130 | 54 | 42 | 512 | 117 | 45 |
| Binary | 10101000 | 10100 | 1011110 | 0 | 1011000 | 101100 | 100010 | 101001010 | 1001111 | 100101 |
Color Harmonies of #A8145E
Complementary color
Monochromatic Colors of #A8145E
Black with #A8145E
Text Example
Text Example
White with #A8145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8145E; }
p { color: rgb(168,20,94); }
H1.HeaderClassName
{
color: #A8145E;
}
.AnyTagClassName
{
color: #A8145E;
}
</style>
background-color css
<style>
a { background-color: #A8145E; }
a { background-color: rgb(168,20,94); }
div.DivClassName
{
background-color: #A8145E;
}
.BgClassName
{
background-color: #A8145E;
}
</style>
border-color css
<style>
span { border-color: #A8145E; }
span { border-color: rgb(168,20,94); }
td.TdClassName
{
border-color: #A8145E;
}
.TagClassName
{
border-color: #A8145E;
}
</style>