Shades of Jazzberry Jam #A41468
Tints of Jazzberry Jam #A41468
RGB
CMYK
RGB Variations
Color information
#A41468 (or 0xA41468) is known color: Jazzberry Jam. HEX triplet: A4, 14 and 68. RGB value is (164,20,104). Sum of RGB (Red+Green+Blue) = 164+20+104=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A41468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41468 is #5BEB97. Grayscale: #484848. Windows color (decimal): -6024088 or 6821028. OLE color: 6821028.
HSL color Cylindrical-coordinate representation of color #A41468: hue angle of 325º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41468 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 104 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.36 |
| HSL | 325º | 0.78% | 0.36% | - |
| HSV(B) | 325º | 0.88% | 0.64% | - |
| XYZ | 18.06 | 9.39 | 13.96 | - |
| YUV | 72.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 104 | 0 | 0.88 | 0.37 | 0.36 | 325 | 0.78 | 0.36 |
| Hex | A4 | 14 | 68 | 0 | 58 | 25 | 24 | 145 | 4E | 24 |
| Octal | 244 | 24 | 150 | 0 | 130 | 45 | 44 | 505 | 116 | 44 |
| Binary | 10100100 | 10100 | 1101000 | 0 | 1011000 | 100101 | 100100 | 101000101 | 1001110 | 100100 |
Color Harmonies of #A41468
Complementary color
Monochromatic Colors of #A41468
Black with #A41468
Text Example
Text Example
White with #A41468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41468; }
p { color: rgb(164,20,104); }
H1.HeaderClassName
{
color: #A41468;
}
.AnyTagClassName
{
color: #A41468;
}
</style>
background-color css
<style>
a { background-color: #A41468; }
a { background-color: rgb(164,20,104); }
div.DivClassName
{
background-color: #A41468;
}
.BgClassName
{
background-color: #A41468;
}
</style>
border-color css
<style>
span { border-color: #A41468; }
span { border-color: rgb(164,20,104); }
td.TdClassName
{
border-color: #A41468;
}
.TagClassName
{
border-color: #A41468;
}
</style>