Shades of Jazzberry Jam #A8114A
Tints of Jazzberry Jam #A8114A
RGB
CMYK
RGB Variations
Color information
#A8114A (or 0xA8114A) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 4A. RGB value is (168,17,74). Sum of RGB (Red+Green+Blue) = 168+17+74=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A8114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8114A is #57EEB5. Grayscale: #444444. Windows color (decimal): -5762742 or 4854184. OLE color: 4854184.
HSL color Cylindrical-coordinate representation of color #A8114A: hue angle of 337.35º 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 #A8114A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 74 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.34 |
| HSL | 337.35º | 0.82% | 0.36% | - |
| HSV(B) | 337.35º | 0.9% | 0.66% | - |
| XYZ | 17.58 | 9.22 | 7.33 | - |
| YUV | 68.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 74 | 0 | 0.90 | 0.56 | 0.34 | 337.35 | 0.82 | 0.36 |
| Hex | A8 | 11 | 4A | 0 | 5A | 38 | 22 | 151 | 52 | 24 |
| Octal | 250 | 21 | 112 | 0 | 132 | 70 | 42 | 521 | 122 | 44 |
| Binary | 10101000 | 10001 | 1001010 | 0 | 1011010 | 111000 | 100010 | 101010001 | 1010010 | 100100 |
Color Harmonies of #A8114A
Complementary color
Monochromatic Colors of #A8114A
Black with #A8114A
Text Example
Text Example
White with #A8114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8114A; }
p { color: rgb(168,17,74); }
H1.HeaderClassName
{
color: #A8114A;
}
.AnyTagClassName
{
color: #A8114A;
}
</style>
background-color css
<style>
a { background-color: #A8114A; }
a { background-color: rgb(168,17,74); }
div.DivClassName
{
background-color: #A8114A;
}
.BgClassName
{
background-color: #A8114A;
}
</style>
border-color css
<style>
span { border-color: #A8114A; }
span { border-color: rgb(168,17,74); }
td.TdClassName
{
border-color: #A8114A;
}
.TagClassName
{
border-color: #A8114A;
}
</style>