Shades of Jazzberry Jam #A41E6E
Tints of Jazzberry Jam #A41E6E
RGB
CMYK
RGB Variations
Color information
#A41E6E (or 0xA41E6E) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 6E. RGB value is (164,30,110). Sum of RGB (Red+Green+Blue) = 164+30+110=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E6E is #5BE191. Grayscale: #4E4E4E. Windows color (decimal): -6021522 or 7216804. OLE color: 7216804.
HSL color Cylindrical-coordinate representation of color #A41E6E: hue angle of 324.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E6E is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 110 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.36 |
| HSL | 324.18º | 0.69% | 0.38% | - |
| HSV(B) | 324.18º | 0.82% | 0.64% | - |
| XYZ | 18.59 | 9.95 | 15.69 | - |
| YUV | 79.19 | 145.39 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 110 | 0 | 0.82 | 0.33 | 0.36 | 324.18 | 0.69 | 0.38 |
| Hex | A4 | 1E | 6E | 0 | 52 | 21 | 24 | 144 | 45 | 26 |
| Octal | 244 | 36 | 156 | 0 | 122 | 41 | 44 | 504 | 105 | 46 |
| Binary | 10100100 | 11110 | 1101110 | 0 | 1010010 | 100001 | 100100 | 101000100 | 1000101 | 100110 |
Color Harmonies of #A41E6E
Complementary color
Monochromatic Colors of #A41E6E
Black with #A41E6E
Text Example
Text Example
White with #A41E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E6E; }
p { color: rgb(164,30,110); }
H1.HeaderClassName
{
color: #A41E6E;
}
.AnyTagClassName
{
color: #A41E6E;
}
</style>
background-color css
<style>
a { background-color: #A41E6E; }
a { background-color: rgb(164,30,110); }
div.DivClassName
{
background-color: #A41E6E;
}
.BgClassName
{
background-color: #A41E6E;
}
</style>
border-color css
<style>
span { border-color: #A41E6E; }
span { border-color: rgb(164,30,110); }
td.TdClassName
{
border-color: #A41E6E;
}
.TagClassName
{
border-color: #A41E6E;
}
</style>