Shades of Jazzberry Jam #A60058
Tints of Jazzberry Jam #A60058
RGB
CMYK
RGB Variations
Color information
#A60058 (or 0xA60058) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 58. RGB value is (166,0,88). Sum of RGB (Red+Green+Blue) = 166+0+88=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A60058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60058 is #59FFA7. Grayscale: #3B3B3B. Windows color (decimal): -5898152 or 5767334. OLE color: 5767334.
HSL color Cylindrical-coordinate representation of color #A60058: hue angle of 328.19º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60058 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.47 | 0.35 |
| HSL | 328.19º | 1% | 0.33% | - |
| HSV(B) | 328.19º | 1% | 0.65% | - |
| XYZ | 17.49 | 8.81 | 10.01 | - |
| YUV | 59.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 88 | 0 | 1 | 0.47 | 0.35 | 328.19 | 1 | 0.33 |
| Hex | A6 | 0 | 58 | 0 | 64 | 2F | 23 | 148 | 64 | 21 |
| Octal | 246 | 0 | 130 | 0 | 144 | 57 | 43 | 510 | 144 | 41 |
| Binary | 10100110 | 0 | 1011000 | 0 | 1100100 | 101111 | 100011 | 101001000 | 1100100 | 100001 |
Color Harmonies of #A60058
Complementary color
Monochromatic Colors of #A60058
Black with #A60058
Text Example
Text Example
White with #A60058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60058; }
p { color: rgb(166,0,88); }
H1.HeaderClassName
{
color: #A60058;
}
.AnyTagClassName
{
color: #A60058;
}
</style>
background-color css
<style>
a { background-color: #A60058; }
a { background-color: rgb(166,0,88); }
div.DivClassName
{
background-color: #A60058;
}
.BgClassName
{
background-color: #A60058;
}
</style>
border-color css
<style>
span { border-color: #A60058; }
span { border-color: rgb(166,0,88); }
td.TdClassName
{
border-color: #A60058;
}
.TagClassName
{
border-color: #A60058;
}
</style>