Shades of Jazzberry Jam #A8105F
Tints of Jazzberry Jam #A8105F
RGB
CMYK
RGB Variations
Color information
#A8105F (or 0xA8105F) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 5F. RGB value is (168,16,95). Sum of RGB (Red+Green+Blue) = 168+16+95=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8105F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8105F is #57EFA0. Grayscale: #464646. Windows color (decimal): -5762977 or 6230184. OLE color: 6230184.
HSL color Cylindrical-coordinate representation of color #A8105F: hue angle of 328.82º 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 #A8105F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 95 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.34 |
| HSL | 328.82º | 0.83% | 0.36% | - |
| HSV(B) | 328.82º | 0.9% | 0.66% | - |
| XYZ | 18.4 | 9.52 | 11.69 | - |
| YUV | 70.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 95 | 0 | 0.90 | 0.43 | 0.34 | 328.82 | 0.83 | 0.36 |
| Hex | A8 | 10 | 5F | 0 | 5A | 2B | 22 | 149 | 53 | 24 |
| Octal | 250 | 20 | 137 | 0 | 132 | 53 | 42 | 511 | 123 | 44 |
| Binary | 10101000 | 10000 | 1011111 | 0 | 1011010 | 101011 | 100010 | 101001001 | 1010011 | 100100 |
Color Harmonies of #A8105F
Complementary color
Monochromatic Colors of #A8105F
Black with #A8105F
Text Example
Text Example
White with #A8105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8105F; }
p { color: rgb(168,16,95); }
H1.HeaderClassName
{
color: #A8105F;
}
.AnyTagClassName
{
color: #A8105F;
}
</style>
background-color css
<style>
a { background-color: #A8105F; }
a { background-color: rgb(168,16,95); }
div.DivClassName
{
background-color: #A8105F;
}
.BgClassName
{
background-color: #A8105F;
}
</style>
border-color css
<style>
span { border-color: #A8105F; }
span { border-color: rgb(168,16,95); }
td.TdClassName
{
border-color: #A8105F;
}
.TagClassName
{
border-color: #A8105F;
}
</style>