Shades of Jazzberry Jam #A6105D
Tints of Jazzberry Jam #A6105D
RGB
CMYK
RGB Variations
Color information
#A6105D (or 0xA6105D) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 5D. RGB value is (166,16,93). Sum of RGB (Red+Green+Blue) = 166+16+93=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6105D is #59EFA2. Grayscale: #454545. Windows color (decimal): -5894051 or 6099110. OLE color: 6099110.
HSL color Cylindrical-coordinate representation of color #A6105D: hue angle of 329.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6105D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 93 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.35 |
| HSL | 329.2º | 0.82% | 0.36% | - |
| HSV(B) | 329.2º | 0.9% | 0.65% | - |
| XYZ | 17.89 | 9.27 | 11.2 | - |
| YUV | 69.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 93 | 0 | 0.90 | 0.44 | 0.35 | 329.2 | 0.82 | 0.36 |
| Hex | A6 | 10 | 5D | 0 | 5A | 2C | 23 | 149 | 52 | 24 |
| Octal | 246 | 20 | 135 | 0 | 132 | 54 | 43 | 511 | 122 | 44 |
| Binary | 10100110 | 10000 | 1011101 | 0 | 1011010 | 101100 | 100011 | 101001001 | 1010010 | 100100 |
Color Harmonies of #A6105D
Complementary color
Monochromatic Colors of #A6105D
Black with #A6105D
Text Example
Text Example
White with #A6105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6105D; }
p { color: rgb(166,16,93); }
H1.HeaderClassName
{
color: #A6105D;
}
.AnyTagClassName
{
color: #A6105D;
}
</style>
background-color css
<style>
a { background-color: #A6105D; }
a { background-color: rgb(166,16,93); }
div.DivClassName
{
background-color: #A6105D;
}
.BgClassName
{
background-color: #A6105D;
}
</style>
border-color css
<style>
span { border-color: #A6105D; }
span { border-color: rgb(166,16,93); }
td.TdClassName
{
border-color: #A6105D;
}
.TagClassName
{
border-color: #A6105D;
}
</style>