Shades of Jazzberry Jam #A8104B
Tints of Jazzberry Jam #A8104B
RGB
CMYK
RGB Variations
Color information
#A8104B (or 0xA8104B) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 4B. RGB value is (168,16,75). Sum of RGB (Red+Green+Blue) = 168+16+75=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A8104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8104B is #57EFB4. Grayscale: #444444. Windows color (decimal): -5762997 or 4919464. OLE color: 4919464.
HSL color Cylindrical-coordinate representation of color #A8104B: hue angle of 336.71º 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 #A8104B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 75 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.34 |
| HSL | 336.71º | 0.83% | 0.36% | - |
| HSV(B) | 336.71º | 0.9% | 0.66% | - |
| XYZ | 17.6 | 9.2 | 7.51 | - |
| YUV | 68.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 75 | 0 | 0.90 | 0.55 | 0.34 | 336.71 | 0.83 | 0.36 |
| Hex | A8 | 10 | 4B | 0 | 5A | 37 | 22 | 151 | 53 | 24 |
| Octal | 250 | 20 | 113 | 0 | 132 | 67 | 42 | 521 | 123 | 44 |
| Binary | 10101000 | 10000 | 1001011 | 0 | 1011010 | 110111 | 100010 | 101010001 | 1010011 | 100100 |
Color Harmonies of #A8104B
Complementary color
Monochromatic Colors of #A8104B
Black with #A8104B
Text Example
Text Example
White with #A8104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8104B; }
p { color: rgb(168,16,75); }
H1.HeaderClassName
{
color: #A8104B;
}
.AnyTagClassName
{
color: #A8104B;
}
</style>
background-color css
<style>
a { background-color: #A8104B; }
a { background-color: rgb(168,16,75); }
div.DivClassName
{
background-color: #A8104B;
}
.BgClassName
{
background-color: #A8104B;
}
</style>
border-color css
<style>
span { border-color: #A8104B; }
span { border-color: rgb(168,16,75); }
td.TdClassName
{
border-color: #A8104B;
}
.TagClassName
{
border-color: #A8104B;
}
</style>