Shades of Jazzberry Jam #A61E5D
Tints of Jazzberry Jam #A61E5D
RGB
CMYK
RGB Variations
Color information
#A61E5D (or 0xA61E5D) is known color: Jazzberry Jam. HEX triplet: A6, 1E and 5D. RGB value is (166,30,93). Sum of RGB (Red+Green+Blue) = 166+30+93=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61E5D is #59E1A2. Grayscale: #4D4D4D. Windows color (decimal): -5890467 or 6102694. OLE color: 6102694.
HSL color Cylindrical-coordinate representation of color #A61E5D: hue angle of 332.21º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E5D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 93 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.35 |
| HSL | 332.21º | 0.69% | 0.38% | - |
| HSV(B) | 332.21º | 0.82% | 0.65% | - |
| XYZ | 18.17 | 9.83 | 11.3 | - |
| YUV | 77.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 93 | 0 | 0.82 | 0.44 | 0.35 | 332.21 | 0.69 | 0.38 |
| Hex | A6 | 1E | 5D | 0 | 52 | 2C | 23 | 14C | 45 | 26 |
| Octal | 246 | 36 | 135 | 0 | 122 | 54 | 43 | 514 | 105 | 46 |
| Binary | 10100110 | 11110 | 1011101 | 0 | 1010010 | 101100 | 100011 | 101001100 | 1000101 | 100110 |
Color Harmonies of #A61E5D
Complementary color
Monochromatic Colors of #A61E5D
Black with #A61E5D
Text Example
Text Example
White with #A61E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E5D; }
p { color: rgb(166,30,93); }
H1.HeaderClassName
{
color: #A61E5D;
}
.AnyTagClassName
{
color: #A61E5D;
}
</style>
background-color css
<style>
a { background-color: #A61E5D; }
a { background-color: rgb(166,30,93); }
div.DivClassName
{
background-color: #A61E5D;
}
.BgClassName
{
background-color: #A61E5D;
}
</style>
border-color css
<style>
span { border-color: #A61E5D; }
span { border-color: rgb(166,30,93); }
td.TdClassName
{
border-color: #A61E5D;
}
.TagClassName
{
border-color: #A61E5D;
}
</style>