Shades of Jazzberry Jam #A8014E
Tints of Jazzberry Jam #A8014E
RGB
CMYK
RGB Variations
Color information
#A8014E (or 0xA8014E) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 4E. RGB value is (168,1,78). Sum of RGB (Red+Green+Blue) = 168+1+78=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8014E is #57FEB1. Grayscale: #3B3B3B. Windows color (decimal): -5766834 or 5112232. OLE color: 5112232.
HSL color Cylindrical-coordinate representation of color #A8014E: hue angle of 332.34º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8014E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.34 |
| HSL | 332.34º | 0.99% | 0.33% | - |
| HSV(B) | 332.34º | 0.99% | 0.66% | - |
| XYZ | 17.53 | 8.9 | 8 | - |
| YUV | 59.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 78 | 0 | 0.99 | 0.54 | 0.34 | 332.34 | 0.99 | 0.33 |
| Hex | A8 | 1 | 4E | 0 | 63 | 36 | 22 | 14C | 63 | 21 |
| Octal | 250 | 1 | 116 | 0 | 143 | 66 | 42 | 514 | 143 | 41 |
| Binary | 10101000 | 1 | 1001110 | 0 | 1100011 | 110110 | 100010 | 101001100 | 1100011 | 100001 |
Color Harmonies of #A8014E
Complementary color
Monochromatic Colors of #A8014E
Black with #A8014E
Text Example
Text Example
White with #A8014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8014E; }
p { color: rgb(168,1,78); }
H1.HeaderClassName
{
color: #A8014E;
}
.AnyTagClassName
{
color: #A8014E;
}
</style>
background-color css
<style>
a { background-color: #A8014E; }
a { background-color: rgb(168,1,78); }
div.DivClassName
{
background-color: #A8014E;
}
.BgClassName
{
background-color: #A8014E;
}
</style>
border-color css
<style>
span { border-color: #A8014E; }
span { border-color: rgb(168,1,78); }
td.TdClassName
{
border-color: #A8014E;
}
.TagClassName
{
border-color: #A8014E;
}
</style>