Shades of Jazzberry Jam #A41868
Tints of Jazzberry Jam #A41868
RGB
CMYK
RGB Variations
Color information
#A41868 (or 0xA41868) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 68. RGB value is (164,24,104). Sum of RGB (Red+Green+Blue) = 164+24+104=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A41868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41868 is #5BE797. Grayscale: #4A4A4A. Windows color (decimal): -6023064 or 6822052. OLE color: 6822052.
HSL color Cylindrical-coordinate representation of color #A41868: hue angle of 325.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41868 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 104 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.36 |
| HSL | 325.71º | 0.74% | 0.37% | - |
| HSV(B) | 325.71º | 0.85% | 0.64% | - |
| XYZ | 18.14 | 9.55 | 13.98 | - |
| YUV | 74.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 104 | 0 | 0.85 | 0.37 | 0.36 | 325.71 | 0.74 | 0.37 |
| Hex | A4 | 18 | 68 | 0 | 55 | 25 | 24 | 146 | 4A | 25 |
| Octal | 244 | 30 | 150 | 0 | 125 | 45 | 44 | 506 | 112 | 45 |
| Binary | 10100100 | 11000 | 1101000 | 0 | 1010101 | 100101 | 100100 | 101000110 | 1001010 | 100101 |
Color Harmonies of #A41868
Complementary color
Monochromatic Colors of #A41868
Black with #A41868
Text Example
Text Example
White with #A41868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41868; }
p { color: rgb(164,24,104); }
H1.HeaderClassName
{
color: #A41868;
}
.AnyTagClassName
{
color: #A41868;
}
</style>
background-color css
<style>
a { background-color: #A41868; }
a { background-color: rgb(164,24,104); }
div.DivClassName
{
background-color: #A41868;
}
.BgClassName
{
background-color: #A41868;
}
</style>
border-color css
<style>
span { border-color: #A41868; }
span { border-color: rgb(164,24,104); }
td.TdClassName
{
border-color: #A41868;
}
.TagClassName
{
border-color: #A41868;
}
</style>