Shades of Jazzberry Jam #A8145B
Tints of Jazzberry Jam #A8145B
RGB
CMYK
RGB Variations
Color information
#A8145B (or 0xA8145B) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 5B. RGB value is (168,20,91). Sum of RGB (Red+Green+Blue) = 168+20+91=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8145B is #57EBA4. Grayscale: #484848. Windows color (decimal): -5761957 or 5969064. OLE color: 5969064.
HSL color Cylindrical-coordinate representation of color #A8145B: hue angle of 331.22º 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 #A8145B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 91 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.34 |
| HSL | 331.22º | 0.79% | 0.37% | - |
| HSV(B) | 331.22º | 0.88% | 0.66% | - |
| XYZ | 18.29 | 9.58 | 10.78 | - |
| YUV | 72.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 91 | 0 | 0.88 | 0.46 | 0.34 | 331.22 | 0.79 | 0.37 |
| Hex | A8 | 14 | 5B | 0 | 58 | 2E | 22 | 14B | 4F | 25 |
| Octal | 250 | 24 | 133 | 0 | 130 | 56 | 42 | 513 | 117 | 45 |
| Binary | 10101000 | 10100 | 1011011 | 0 | 1011000 | 101110 | 100010 | 101001011 | 1001111 | 100101 |
Color Harmonies of #A8145B
Complementary color
Monochromatic Colors of #A8145B
Black with #A8145B
Text Example
Text Example
White with #A8145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8145B; }
p { color: rgb(168,20,91); }
H1.HeaderClassName
{
color: #A8145B;
}
.AnyTagClassName
{
color: #A8145B;
}
</style>
background-color css
<style>
a { background-color: #A8145B; }
a { background-color: rgb(168,20,91); }
div.DivClassName
{
background-color: #A8145B;
}
.BgClassName
{
background-color: #A8145B;
}
</style>
border-color css
<style>
span { border-color: #A8145B; }
span { border-color: rgb(168,20,91); }
td.TdClassName
{
border-color: #A8145B;
}
.TagClassName
{
border-color: #A8145B;
}
</style>