Shades of Jazzberry Jam #A8176A
Tints of Jazzberry Jam #A8176A
RGB
CMYK
RGB Variations
Color information
#A8176A (or 0xA8176A) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 6A. RGB value is (168,23,106). Sum of RGB (Red+Green+Blue) = 168+23+106=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8176A is #57E895. Grayscale: #4B4B4B. Windows color (decimal): -5761174 or 6952872. OLE color: 6952872.
HSL color Cylindrical-coordinate representation of color #A8176A: hue angle of 325.66º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8176A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 106 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.34 |
| HSL | 325.66º | 0.76% | 0.37% | - |
| HSV(B) | 325.66º | 0.86% | 0.66% | - |
| XYZ | 19.06 | 9.98 | 14.56 | - |
| YUV | 75.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 106 | 0 | 0.86 | 0.37 | 0.34 | 325.66 | 0.76 | 0.37 |
| Hex | A8 | 17 | 6A | 0 | 56 | 25 | 22 | 146 | 4C | 25 |
| Octal | 250 | 27 | 152 | 0 | 126 | 45 | 42 | 506 | 114 | 45 |
| Binary | 10101000 | 10111 | 1101010 | 0 | 1010110 | 100101 | 100010 | 101000110 | 1001100 | 100101 |
Color Harmonies of #A8176A
Complementary color
Monochromatic Colors of #A8176A
Black with #A8176A
Text Example
Text Example
White with #A8176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8176A; }
p { color: rgb(168,23,106); }
H1.HeaderClassName
{
color: #A8176A;
}
.AnyTagClassName
{
color: #A8176A;
}
</style>
background-color css
<style>
a { background-color: #A8176A; }
a { background-color: rgb(168,23,106); }
div.DivClassName
{
background-color: #A8176A;
}
.BgClassName
{
background-color: #A8176A;
}
</style>
border-color css
<style>
span { border-color: #A8176A; }
span { border-color: rgb(168,23,106); }
td.TdClassName
{
border-color: #A8176A;
}
.TagClassName
{
border-color: #A8176A;
}
</style>