Shades of Jazzberry Jam #A6125D
Tints of Jazzberry Jam #A6125D
RGB
CMYK
RGB Variations
Color information
#A6125D (or 0xA6125D) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 5D. RGB value is (166,18,93). Sum of RGB (Red+Green+Blue) = 166+18+93=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6125D is #59EDA2. Grayscale: #464646. Windows color (decimal): -5893539 or 6099622. OLE color: 6099622.
HSL color Cylindrical-coordinate representation of color #A6125D: hue angle of 329.59º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6125D is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 93 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.35 |
| HSL | 329.59º | 0.8% | 0.36% | - |
| HSV(B) | 329.59º | 0.89% | 0.65% | - |
| XYZ | 17.92 | 9.33 | 11.21 | - |
| YUV | 70.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 93 | 0 | 0.89 | 0.44 | 0.35 | 329.59 | 0.8 | 0.36 |
| Hex | A6 | 12 | 5D | 0 | 59 | 2C | 23 | 14A | 50 | 24 |
| Octal | 246 | 22 | 135 | 0 | 131 | 54 | 43 | 512 | 120 | 44 |
| Binary | 10100110 | 10010 | 1011101 | 0 | 1011001 | 101100 | 100011 | 101001010 | 1010000 | 100100 |
Color Harmonies of #A6125D
Complementary color
Monochromatic Colors of #A6125D
Black with #A6125D
Text Example
Text Example
White with #A6125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6125D; }
p { color: rgb(166,18,93); }
H1.HeaderClassName
{
color: #A6125D;
}
.AnyTagClassName
{
color: #A6125D;
}
</style>
background-color css
<style>
a { background-color: #A6125D; }
a { background-color: rgb(166,18,93); }
div.DivClassName
{
background-color: #A6125D;
}
.BgClassName
{
background-color: #A6125D;
}
</style>
border-color css
<style>
span { border-color: #A6125D; }
span { border-color: rgb(166,18,93); }
td.TdClassName
{
border-color: #A6125D;
}
.TagClassName
{
border-color: #A6125D;
}
</style>