Shades of Jazzberry Jam #A8165E
Tints of Jazzberry Jam #A8165E
RGB
CMYK
RGB Variations
Color information
#A8165E (or 0xA8165E) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 5E. RGB value is (168,22,94). Sum of RGB (Red+Green+Blue) = 168+22+94=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8165E is #57E9A1. Grayscale: #494949. Windows color (decimal): -5761442 or 6166184. OLE color: 6166184.
HSL color Cylindrical-coordinate representation of color #A8165E: hue angle of 330.41º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8165E is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 94 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.34 |
| HSL | 330.41º | 0.77% | 0.37% | - |
| HSV(B) | 330.41º | 0.87% | 0.66% | - |
| XYZ | 18.46 | 9.71 | 11.49 | - |
| YUV | 73.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 94 | 0 | 0.87 | 0.44 | 0.34 | 330.41 | 0.77 | 0.37 |
| Hex | A8 | 16 | 5E | 0 | 57 | 2C | 22 | 14A | 4D | 25 |
| Octal | 250 | 26 | 136 | 0 | 127 | 54 | 42 | 512 | 115 | 45 |
| Binary | 10101000 | 10110 | 1011110 | 0 | 1010111 | 101100 | 100010 | 101001010 | 1001101 | 100101 |
Color Harmonies of #A8165E
Complementary color
Monochromatic Colors of #A8165E
Black with #A8165E
Text Example
Text Example
White with #A8165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8165E; }
p { color: rgb(168,22,94); }
H1.HeaderClassName
{
color: #A8165E;
}
.AnyTagClassName
{
color: #A8165E;
}
</style>
background-color css
<style>
a { background-color: #A8165E; }
a { background-color: rgb(168,22,94); }
div.DivClassName
{
background-color: #A8165E;
}
.BgClassName
{
background-color: #A8165E;
}
</style>
border-color css
<style>
span { border-color: #A8165E; }
span { border-color: rgb(168,22,94); }
td.TdClassName
{
border-color: #A8165E;
}
.TagClassName
{
border-color: #A8165E;
}
</style>