Shades of Jazzberry Jam #A40E44
Tints of Jazzberry Jam #A40E44
RGB
CMYK
RGB Variations
Color information
#A40E44 (or 0xA40E44) is known color: Jazzberry Jam. HEX triplet: A4, 0E and 44. RGB value is (164,14,68). Sum of RGB (Red+Green+Blue) = 164+14+68=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40E44 is #5BF1BB. Grayscale: #404040. Windows color (decimal): -6025660 or 4460196. OLE color: 4460196.
HSL color Cylindrical-coordinate representation of color #A40E44: hue angle of 338.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E44 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 14 | 68 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.36 |
| HSL | 338.4º | 0.84% | 0.35% | - |
| HSV(B) | 338.4º | 0.91% | 0.64% | - |
| XYZ | 16.51 | 8.62 | 6.26 | - |
| YUV | 65.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 68 | 0 | 0.91 | 0.59 | 0.36 | 338.4 | 0.84 | 0.35 |
| Hex | A4 | E | 44 | 0 | 5B | 3B | 24 | 152 | 54 | 23 |
| Octal | 244 | 16 | 104 | 0 | 133 | 73 | 44 | 522 | 124 | 43 |
| Binary | 10100100 | 1110 | 1000100 | 0 | 1011011 | 111011 | 100100 | 101010010 | 1010100 | 100011 |
Color Harmonies of #A40E44
Complementary color
Monochromatic Colors of #A40E44
Black with #A40E44
Text Example
Text Example
White with #A40E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40E44; }
p { color: rgb(164,14,68); }
H1.HeaderClassName
{
color: #A40E44;
}
.AnyTagClassName
{
color: #A40E44;
}
</style>
background-color css
<style>
a { background-color: #A40E44; }
a { background-color: rgb(164,14,68); }
div.DivClassName
{
background-color: #A40E44;
}
.BgClassName
{
background-color: #A40E44;
}
</style>
border-color css
<style>
span { border-color: #A40E44; }
span { border-color: rgb(164,14,68); }
td.TdClassName
{
border-color: #A40E44;
}
.TagClassName
{
border-color: #A40E44;
}
</style>