Shades of Jazzberry Jam #A40C6B
Tints of Jazzberry Jam #A40C6B
RGB
CMYK
RGB Variations
Color information
#A40C6B (or 0xA40C6B) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 6B. RGB value is (164,12,107). Sum of RGB (Red+Green+Blue) = 164+12+107=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C6B is #5BF394. Grayscale: #444444. Windows color (decimal): -6026133 or 7015588. OLE color: 7015588.
HSL color Cylindrical-coordinate representation of color #A40C6B: hue angle of 322.5º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C6B is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 107 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.36 |
| HSL | 322.5º | 0.86% | 0.35% | - |
| HSV(B) | 322.5º | 0.93% | 0.64% | - |
| XYZ | 18.1 | 9.22 | 14.74 | - |
| YUV | 68.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 107 | 0 | 0.93 | 0.35 | 0.36 | 322.5 | 0.86 | 0.35 |
| Hex | A4 | C | 6B | 0 | 5D | 23 | 24 | 142 | 56 | 23 |
| Octal | 244 | 14 | 153 | 0 | 135 | 43 | 44 | 502 | 126 | 43 |
| Binary | 10100100 | 1100 | 1101011 | 0 | 1011101 | 100011 | 100100 | 101000010 | 1010110 | 100011 |
Color Harmonies of #A40C6B
Complementary color
Monochromatic Colors of #A40C6B
Black with #A40C6B
Text Example
Text Example
White with #A40C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C6B; }
p { color: rgb(164,12,107); }
H1.HeaderClassName
{
color: #A40C6B;
}
.AnyTagClassName
{
color: #A40C6B;
}
</style>
background-color css
<style>
a { background-color: #A40C6B; }
a { background-color: rgb(164,12,107); }
div.DivClassName
{
background-color: #A40C6B;
}
.BgClassName
{
background-color: #A40C6B;
}
</style>
border-color css
<style>
span { border-color: #A40C6B; }
span { border-color: rgb(164,12,107); }
td.TdClassName
{
border-color: #A40C6B;
}
.TagClassName
{
border-color: #A40C6B;
}
</style>