Shades of Jazzberry Jam #A61558
Tints of Jazzberry Jam #A61558
RGB
CMYK
RGB Variations
Color information
#A61558 (or 0xA61558) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 58. RGB value is (166,21,88). Sum of RGB (Red+Green+Blue) = 166+21+88=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A61558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61558 is #59EAA7. Grayscale: #474747. Windows color (decimal): -5892776 or 5772710. OLE color: 5772710.
HSL color Cylindrical-coordinate representation of color #A61558: hue angle of 332.28º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61558 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 88 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.35 |
| HSL | 332.28º | 0.78% | 0.37% | - |
| HSV(B) | 332.28º | 0.87% | 0.65% | - |
| XYZ | 17.76 | 9.35 | 10.1 | - |
| YUV | 71.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 88 | 0 | 0.87 | 0.47 | 0.35 | 332.28 | 0.78 | 0.37 |
| Hex | A6 | 15 | 58 | 0 | 57 | 2F | 23 | 14C | 4E | 25 |
| Octal | 246 | 25 | 130 | 0 | 127 | 57 | 43 | 514 | 116 | 45 |
| Binary | 10100110 | 10101 | 1011000 | 0 | 1010111 | 101111 | 100011 | 101001100 | 1001110 | 100101 |
Color Harmonies of #A61558
Complementary color
Monochromatic Colors of #A61558
Black with #A61558
Text Example
Text Example
White with #A61558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61558; }
p { color: rgb(166,21,88); }
H1.HeaderClassName
{
color: #A61558;
}
.AnyTagClassName
{
color: #A61558;
}
</style>
background-color css
<style>
a { background-color: #A61558; }
a { background-color: rgb(166,21,88); }
div.DivClassName
{
background-color: #A61558;
}
.BgClassName
{
background-color: #A61558;
}
</style>
border-color css
<style>
span { border-color: #A61558; }
span { border-color: rgb(166,21,88); }
td.TdClassName
{
border-color: #A61558;
}
.TagClassName
{
border-color: #A61558;
}
</style>