Shades of Jazzberry Jam #A61E5B
Tints of Jazzberry Jam #A61E5B
RGB
CMYK
RGB Variations
Color information
#A61E5B (or 0xA61E5B) is known color: Jazzberry Jam. HEX triplet: A6, 1E and 5B. RGB value is (166,30,91). Sum of RGB (Red+Green+Blue) = 166+30+91=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61E5B is #59E1A4. Grayscale: #4D4D4D. Windows color (decimal): -5890469 or 5971622. OLE color: 5971622.
HSL color Cylindrical-coordinate representation of color #A61E5B: hue angle of 333.09º 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 #A61E5B is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 91 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.35 |
| HSL | 333.09º | 0.69% | 0.38% | - |
| HSV(B) | 333.09º | 0.82% | 0.65% | - |
| XYZ | 18.08 | 9.79 | 10.83 | - |
| YUV | 77.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 91 | 0 | 0.82 | 0.45 | 0.35 | 333.09 | 0.69 | 0.38 |
| Hex | A6 | 1E | 5B | 0 | 52 | 2D | 23 | 14D | 45 | 26 |
| Octal | 246 | 36 | 133 | 0 | 122 | 55 | 43 | 515 | 105 | 46 |
| Binary | 10100110 | 11110 | 1011011 | 0 | 1010010 | 101101 | 100011 | 101001101 | 1000101 | 100110 |
Color Harmonies of #A61E5B
Complementary color
Monochromatic Colors of #A61E5B
Black with #A61E5B
Text Example
Text Example
White with #A61E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E5B; }
p { color: rgb(166,30,91); }
H1.HeaderClassName
{
color: #A61E5B;
}
.AnyTagClassName
{
color: #A61E5B;
}
</style>
background-color css
<style>
a { background-color: #A61E5B; }
a { background-color: rgb(166,30,91); }
div.DivClassName
{
background-color: #A61E5B;
}
.BgClassName
{
background-color: #A61E5B;
}
</style>
border-color css
<style>
span { border-color: #A61E5B; }
span { border-color: rgb(166,30,91); }
td.TdClassName
{
border-color: #A61E5B;
}
.TagClassName
{
border-color: #A61E5B;
}
</style>