Shades of Jazzberry Jam #A8105D
Tints of Jazzberry Jam #A8105D
RGB
CMYK
RGB Variations
Color information
#A8105D (or 0xA8105D) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 5D. RGB value is (168,16,93). Sum of RGB (Red+Green+Blue) = 168+16+93=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8105D is #57EFA2. Grayscale: #464646. Windows color (decimal): -5762979 or 6099112. OLE color: 6099112.
HSL color Cylindrical-coordinate representation of color #A8105D: hue angle of 329.61º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8105D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 93 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.34 |
| HSL | 329.61º | 0.83% | 0.36% | - |
| HSV(B) | 329.61º | 0.9% | 0.66% | - |
| XYZ | 18.31 | 9.49 | 11.22 | - |
| YUV | 70.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 93 | 0 | 0.90 | 0.45 | 0.34 | 329.61 | 0.83 | 0.36 |
| Hex | A8 | 10 | 5D | 0 | 5A | 2D | 22 | 14A | 53 | 24 |
| Octal | 250 | 20 | 135 | 0 | 132 | 55 | 42 | 512 | 123 | 44 |
| Binary | 10101000 | 10000 | 1011101 | 0 | 1011010 | 101101 | 100010 | 101001010 | 1010011 | 100100 |
Color Harmonies of #A8105D
Complementary color
Monochromatic Colors of #A8105D
Black with #A8105D
Text Example
Text Example
White with #A8105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8105D; }
p { color: rgb(168,16,93); }
H1.HeaderClassName
{
color: #A8105D;
}
.AnyTagClassName
{
color: #A8105D;
}
</style>
background-color css
<style>
a { background-color: #A8105D; }
a { background-color: rgb(168,16,93); }
div.DivClassName
{
background-color: #A8105D;
}
.BgClassName
{
background-color: #A8105D;
}
</style>
border-color css
<style>
span { border-color: #A8105D; }
span { border-color: rgb(168,16,93); }
td.TdClassName
{
border-color: #A8105D;
}
.TagClassName
{
border-color: #A8105D;
}
</style>