Shades of Jazzberry Jam #A81C6B
Tints of Jazzberry Jam #A81C6B
RGB
CMYK
RGB Variations
Color information
#A81C6B (or 0xA81C6B) is known color: Jazzberry Jam. HEX triplet: A8, 1C and 6B. RGB value is (168,28,107). Sum of RGB (Red+Green+Blue) = 168+28+107=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81C6B is #57E394. Grayscale: #4E4E4E. Windows color (decimal): -5759893 or 7019688. OLE color: 7019688.
HSL color Cylindrical-coordinate representation of color #A81C6B: hue angle of 326.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C6B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 107 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.34 |
| HSL | 326.14º | 0.71% | 0.38% | - |
| HSV(B) | 326.14º | 0.83% | 0.66% | - |
| XYZ | 19.22 | 10.22 | 14.87 | - |
| YUV | 78.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 107 | 0 | 0.83 | 0.36 | 0.34 | 326.14 | 0.71 | 0.38 |
| Hex | A8 | 1C | 6B | 0 | 53 | 24 | 22 | 146 | 47 | 26 |
| Octal | 250 | 34 | 153 | 0 | 123 | 44 | 42 | 506 | 107 | 46 |
| Binary | 10101000 | 11100 | 1101011 | 0 | 1010011 | 100100 | 100010 | 101000110 | 1000111 | 100110 |
Color Harmonies of #A81C6B
Complementary color
Monochromatic Colors of #A81C6B
Black with #A81C6B
Text Example
Text Example
White with #A81C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C6B; }
p { color: rgb(168,28,107); }
H1.HeaderClassName
{
color: #A81C6B;
}
.AnyTagClassName
{
color: #A81C6B;
}
</style>
background-color css
<style>
a { background-color: #A81C6B; }
a { background-color: rgb(168,28,107); }
div.DivClassName
{
background-color: #A81C6B;
}
.BgClassName
{
background-color: #A81C6B;
}
</style>
border-color css
<style>
span { border-color: #A81C6B; }
span { border-color: rgb(168,28,107); }
td.TdClassName
{
border-color: #A81C6B;
}
.TagClassName
{
border-color: #A81C6B;
}
</style>