Shades of Jazzberry Jam #A8104F
Tints of Jazzberry Jam #A8104F
RGB
CMYK
RGB Variations
Color information
#A8104F (or 0xA8104F) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 4F. RGB value is (168,16,79). Sum of RGB (Red+Green+Blue) = 168+16+79=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8104F is #57EFB0. Grayscale: #444444. Windows color (decimal): -5762993 or 5181608. OLE color: 5181608.
HSL color Cylindrical-coordinate representation of color #A8104F: hue angle of 335.13º 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 #A8104F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 79 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.34 |
| HSL | 335.13º | 0.83% | 0.36% | - |
| HSV(B) | 335.13º | 0.9% | 0.66% | - |
| XYZ | 17.75 | 9.26 | 8.25 | - |
| YUV | 68.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 79 | 0 | 0.90 | 0.53 | 0.34 | 335.13 | 0.83 | 0.36 |
| Hex | A8 | 10 | 4F | 0 | 5A | 35 | 22 | 14F | 53 | 24 |
| Octal | 250 | 20 | 117 | 0 | 132 | 65 | 42 | 517 | 123 | 44 |
| Binary | 10101000 | 10000 | 1001111 | 0 | 1011010 | 110101 | 100010 | 101001111 | 1010011 | 100100 |
Color Harmonies of #A8104F
Complementary color
Monochromatic Colors of #A8104F
Black with #A8104F
Text Example
Text Example
White with #A8104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8104F; }
p { color: rgb(168,16,79); }
H1.HeaderClassName
{
color: #A8104F;
}
.AnyTagClassName
{
color: #A8104F;
}
</style>
background-color css
<style>
a { background-color: #A8104F; }
a { background-color: rgb(168,16,79); }
div.DivClassName
{
background-color: #A8104F;
}
.BgClassName
{
background-color: #A8104F;
}
</style>
border-color css
<style>
span { border-color: #A8104F; }
span { border-color: rgb(168,16,79); }
td.TdClassName
{
border-color: #A8104F;
}
.TagClassName
{
border-color: #A8104F;
}
</style>