Shades of Jazzberry Jam #A40C5C
Tints of Jazzberry Jam #A40C5C
RGB
CMYK
RGB Variations
Color information
#A40C5C (or 0xA40C5C) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 5C. RGB value is (164,12,92). Sum of RGB (Red+Green+Blue) = 164+12+92=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C5C is #5BF3A3. Grayscale: #424242. Windows color (decimal): -6026148 or 6032548. OLE color: 6032548.
HSL color Cylindrical-coordinate representation of color #A40C5C: hue angle of 328.42º 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 #A40C5C is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 92 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.36 |
| HSL | 328.42º | 0.86% | 0.35% | - |
| HSV(B) | 328.42º | 0.93% | 0.64% | - |
| XYZ | 17.37 | 8.93 | 10.93 | - |
| YUV | 66.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 92 | 0 | 0.93 | 0.44 | 0.36 | 328.42 | 0.86 | 0.35 |
| Hex | A4 | C | 5C | 0 | 5D | 2C | 24 | 148 | 56 | 23 |
| Octal | 244 | 14 | 134 | 0 | 135 | 54 | 44 | 510 | 126 | 43 |
| Binary | 10100100 | 1100 | 1011100 | 0 | 1011101 | 101100 | 100100 | 101001000 | 1010110 | 100011 |
Color Harmonies of #A40C5C
Complementary color
Monochromatic Colors of #A40C5C
Black with #A40C5C
Text Example
Text Example
White with #A40C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C5C; }
p { color: rgb(164,12,92); }
H1.HeaderClassName
{
color: #A40C5C;
}
.AnyTagClassName
{
color: #A40C5C;
}
</style>
background-color css
<style>
a { background-color: #A40C5C; }
a { background-color: rgb(164,12,92); }
div.DivClassName
{
background-color: #A40C5C;
}
.BgClassName
{
background-color: #A40C5C;
}
</style>
border-color css
<style>
span { border-color: #A40C5C; }
span { border-color: rgb(164,12,92); }
td.TdClassName
{
border-color: #A40C5C;
}
.TagClassName
{
border-color: #A40C5C;
}
</style>