Shades of Jazzberry Jam #A61A5C
Tints of Jazzberry Jam #A61A5C
RGB
CMYK
RGB Variations
Color information
#A61A5C (or 0xA61A5C) is known color: Jazzberry Jam. HEX triplet: A6, 1A and 5C. RGB value is (166,26,92). Sum of RGB (Red+Green+Blue) = 166+26+92=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61A5C is #59E5A3. Grayscale: #4B4B4B. Windows color (decimal): -5891492 or 6036134. OLE color: 6036134.
HSL color Cylindrical-coordinate representation of color #A61A5C: hue angle of 331.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A5C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 92 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.35 |
| HSL | 331.71º | 0.73% | 0.38% | - |
| HSV(B) | 331.71º | 0.84% | 0.65% | - |
| XYZ | 18.03 | 9.62 | 11.03 | - |
| YUV | 75.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 92 | 0 | 0.84 | 0.45 | 0.35 | 331.71 | 0.73 | 0.38 |
| Hex | A6 | 1A | 5C | 0 | 54 | 2D | 23 | 14C | 49 | 26 |
| Octal | 246 | 32 | 134 | 0 | 124 | 55 | 43 | 514 | 111 | 46 |
| Binary | 10100110 | 11010 | 1011100 | 0 | 1010100 | 101101 | 100011 | 101001100 | 1001001 | 100110 |
Color Harmonies of #A61A5C
Complementary color
Monochromatic Colors of #A61A5C
Black with #A61A5C
Text Example
Text Example
White with #A61A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A5C; }
p { color: rgb(166,26,92); }
H1.HeaderClassName
{
color: #A61A5C;
}
.AnyTagClassName
{
color: #A61A5C;
}
</style>
background-color css
<style>
a { background-color: #A61A5C; }
a { background-color: rgb(166,26,92); }
div.DivClassName
{
background-color: #A61A5C;
}
.BgClassName
{
background-color: #A61A5C;
}
</style>
border-color css
<style>
span { border-color: #A61A5C; }
span { border-color: rgb(166,26,92); }
td.TdClassName
{
border-color: #A61A5C;
}
.TagClassName
{
border-color: #A61A5C;
}
</style>