Shades of Jazzberry Jam #A4115F
Tints of Jazzberry Jam #A4115F
RGB
CMYK
RGB Variations
Color information
#A4115F (or 0xA4115F) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 5F. RGB value is (164,17,95). Sum of RGB (Red+Green+Blue) = 164+17+95=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4115F is #5BEEA0. Grayscale: #454545. Windows color (decimal): -6024865 or 6230436. OLE color: 6230436.
HSL color Cylindrical-coordinate representation of color #A4115F: hue angle of 328.16º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4115F is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 95 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.36 |
| HSL | 328.16º | 0.81% | 0.35% | - |
| HSV(B) | 328.16º | 0.9% | 0.64% | - |
| XYZ | 17.58 | 9.12 | 11.66 | - |
| YUV | 69.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 95 | 0 | 0.90 | 0.42 | 0.36 | 328.16 | 0.81 | 0.35 |
| Hex | A4 | 11 | 5F | 0 | 5A | 2A | 24 | 148 | 51 | 23 |
| Octal | 244 | 21 | 137 | 0 | 132 | 52 | 44 | 510 | 121 | 43 |
| Binary | 10100100 | 10001 | 1011111 | 0 | 1011010 | 101010 | 100100 | 101001000 | 1010001 | 100011 |
Color Harmonies of #A4115F
Complementary color
Monochromatic Colors of #A4115F
Black with #A4115F
Text Example
Text Example
White with #A4115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4115F; }
p { color: rgb(164,17,95); }
H1.HeaderClassName
{
color: #A4115F;
}
.AnyTagClassName
{
color: #A4115F;
}
</style>
background-color css
<style>
a { background-color: #A4115F; }
a { background-color: rgb(164,17,95); }
div.DivClassName
{
background-color: #A4115F;
}
.BgClassName
{
background-color: #A4115F;
}
</style>
border-color css
<style>
span { border-color: #A4115F; }
span { border-color: rgb(164,17,95); }
td.TdClassName
{
border-color: #A4115F;
}
.TagClassName
{
border-color: #A4115F;
}
</style>