Shades of Jazzberry Jam #A8114B
Tints of Jazzberry Jam #A8114B
RGB
CMYK
RGB Variations
Color information
#A8114B (or 0xA8114B) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 4B. RGB value is (168,17,75). Sum of RGB (Red+Green+Blue) = 168+17+75=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A8114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8114B is #57EEB4. Grayscale: #444444. Windows color (decimal): -5762741 or 4919720. OLE color: 4919720.
HSL color Cylindrical-coordinate representation of color #A8114B: hue angle of 336.95º degrees, saturation: 0.82, 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 #A8114B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 75 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.34 |
| HSL | 336.95º | 0.82% | 0.36% | - |
| HSV(B) | 336.95º | 0.9% | 0.66% | - |
| XYZ | 17.62 | 9.23 | 7.51 | - |
| YUV | 68.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 75 | 0 | 0.90 | 0.55 | 0.34 | 336.95 | 0.82 | 0.36 |
| Hex | A8 | 11 | 4B | 0 | 5A | 37 | 22 | 151 | 52 | 24 |
| Octal | 250 | 21 | 113 | 0 | 132 | 67 | 42 | 521 | 122 | 44 |
| Binary | 10101000 | 10001 | 1001011 | 0 | 1011010 | 110111 | 100010 | 101010001 | 1010010 | 100100 |
Color Harmonies of #A8114B
Complementary color
Monochromatic Colors of #A8114B
Black with #A8114B
Text Example
Text Example
White with #A8114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8114B; }
p { color: rgb(168,17,75); }
H1.HeaderClassName
{
color: #A8114B;
}
.AnyTagClassName
{
color: #A8114B;
}
</style>
background-color css
<style>
a { background-color: #A8114B; }
a { background-color: rgb(168,17,75); }
div.DivClassName
{
background-color: #A8114B;
}
.BgClassName
{
background-color: #A8114B;
}
</style>
border-color css
<style>
span { border-color: #A8114B; }
span { border-color: rgb(168,17,75); }
td.TdClassName
{
border-color: #A8114B;
}
.TagClassName
{
border-color: #A8114B;
}
</style>