Shades of Jazzberry Jam #A8145C
Tints of Jazzberry Jam #A8145C
RGB
CMYK
RGB Variations
Color information
#A8145C (or 0xA8145C) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 5C. RGB value is (168,20,92). Sum of RGB (Red+Green+Blue) = 168+20+92=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8145C is #57EBA3. Grayscale: #484848. Windows color (decimal): -5761956 or 6034600. OLE color: 6034600.
HSL color Cylindrical-coordinate representation of color #A8145C: hue angle of 330.81º 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 #A8145C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 92 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.34 |
| HSL | 330.81º | 0.79% | 0.37% | - |
| HSV(B) | 330.81º | 0.88% | 0.66% | - |
| XYZ | 18.33 | 9.6 | 11.01 | - |
| YUV | 72.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 92 | 0 | 0.88 | 0.45 | 0.34 | 330.81 | 0.79 | 0.37 |
| Hex | A8 | 14 | 5C | 0 | 58 | 2D | 22 | 14B | 4F | 25 |
| Octal | 250 | 24 | 134 | 0 | 130 | 55 | 42 | 513 | 117 | 45 |
| Binary | 10101000 | 10100 | 1011100 | 0 | 1011000 | 101101 | 100010 | 101001011 | 1001111 | 100101 |
Color Harmonies of #A8145C
Complementary color
Monochromatic Colors of #A8145C
Black with #A8145C
Text Example
Text Example
White with #A8145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8145C; }
p { color: rgb(168,20,92); }
H1.HeaderClassName
{
color: #A8145C;
}
.AnyTagClassName
{
color: #A8145C;
}
</style>
background-color css
<style>
a { background-color: #A8145C; }
a { background-color: rgb(168,20,92); }
div.DivClassName
{
background-color: #A8145C;
}
.BgClassName
{
background-color: #A8145C;
}
</style>
border-color css
<style>
span { border-color: #A8145C; }
span { border-color: rgb(168,20,92); }
td.TdClassName
{
border-color: #A8145C;
}
.TagClassName
{
border-color: #A8145C;
}
</style>