Shades of Jazzberry Jam #A4014E
Tints of Jazzberry Jam #A4014E
RGB
CMYK
RGB Variations
Color information
#A4014E (or 0xA4014E) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 4E. RGB value is (164,1,78). Sum of RGB (Red+Green+Blue) = 164+1+78=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4014E is #5BFEB1. Grayscale: #3A3A3A. Windows color (decimal): -6028978 or 5112228. OLE color: 5112228.
HSL color Cylindrical-coordinate representation of color #A4014E: hue angle of 331.66º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4014E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.36 |
| HSL | 331.66º | 0.99% | 0.32% | - |
| HSV(B) | 331.66º | 0.99% | 0.64% | - |
| XYZ | 16.7 | 8.46 | 7.96 | - |
| YUV | 58.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 78 | 0 | 0.99 | 0.52 | 0.36 | 331.66 | 0.99 | 0.32 |
| Hex | A4 | 1 | 4E | 0 | 63 | 34 | 24 | 14C | 63 | 20 |
| Octal | 244 | 1 | 116 | 0 | 143 | 64 | 44 | 514 | 143 | 40 |
| Binary | 10100100 | 1 | 1001110 | 0 | 1100011 | 110100 | 100100 | 101001100 | 1100011 | 100000 |
Color Harmonies of #A4014E
Complementary color
Monochromatic Colors of #A4014E
Black with #A4014E
Text Example
Text Example
White with #A4014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4014E; }
p { color: rgb(164,1,78); }
H1.HeaderClassName
{
color: #A4014E;
}
.AnyTagClassName
{
color: #A4014E;
}
</style>
background-color css
<style>
a { background-color: #A4014E; }
a { background-color: rgb(164,1,78); }
div.DivClassName
{
background-color: #A4014E;
}
.BgClassName
{
background-color: #A4014E;
}
</style>
border-color css
<style>
span { border-color: #A4014E; }
span { border-color: rgb(164,1,78); }
td.TdClassName
{
border-color: #A4014E;
}
.TagClassName
{
border-color: #A4014E;
}
</style>