Shades of Jazzberry Jam #A40D6E
Tints of Jazzberry Jam #A40D6E
RGB
CMYK
RGB Variations
Color information
#A40D6E (or 0xA40D6E) is known color: Jazzberry Jam. HEX triplet: A4, 0D and 6E. RGB value is (164,13,110). Sum of RGB (Red+Green+Blue) = 164+13+110=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40D6E is #5BF291. Grayscale: #444444. Windows color (decimal): -6025874 or 7212452. OLE color: 7212452.
HSL color Cylindrical-coordinate representation of color #A40D6E: hue angle of 321.46º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40D6E is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 110 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.36 |
| HSL | 321.46º | 0.85% | 0.35% | - |
| HSV(B) | 321.46º | 0.92% | 0.64% | - |
| XYZ | 18.27 | 9.31 | 15.59 | - |
| YUV | 69.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 110 | 0 | 0.92 | 0.33 | 0.36 | 321.46 | 0.85 | 0.35 |
| Hex | A4 | D | 6E | 0 | 5C | 21 | 24 | 141 | 55 | 23 |
| Octal | 244 | 15 | 156 | 0 | 134 | 41 | 44 | 501 | 125 | 43 |
| Binary | 10100100 | 1101 | 1101110 | 0 | 1011100 | 100001 | 100100 | 101000001 | 1010101 | 100011 |
Color Harmonies of #A40D6E
Complementary color
Monochromatic Colors of #A40D6E
Black with #A40D6E
Text Example
Text Example
White with #A40D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40D6E; }
p { color: rgb(164,13,110); }
H1.HeaderClassName
{
color: #A40D6E;
}
.AnyTagClassName
{
color: #A40D6E;
}
</style>
background-color css
<style>
a { background-color: #A40D6E; }
a { background-color: rgb(164,13,110); }
div.DivClassName
{
background-color: #A40D6E;
}
.BgClassName
{
background-color: #A40D6E;
}
</style>
border-color css
<style>
span { border-color: #A40D6E; }
span { border-color: rgb(164,13,110); }
td.TdClassName
{
border-color: #A40D6E;
}
.TagClassName
{
border-color: #A40D6E;
}
</style>