Shades of Jazzberry Jam #A81167
Tints of Jazzberry Jam #A81167
RGB
CMYK
RGB Variations
Color information
#A81167 (or 0xA81167) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 67. RGB value is (168,17,103). Sum of RGB (Red+Green+Blue) = 168+17+103=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A81167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81167 is #57EE98. Grayscale: #474747. Windows color (decimal): -5762713 or 6754728. OLE color: 6754728.
HSL color Cylindrical-coordinate representation of color #A81167: hue angle of 325.83º 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 #A81167 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 103 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.34 |
| HSL | 325.83º | 0.82% | 0.36% | - |
| HSV(B) | 325.83º | 0.9% | 0.66% | - |
| XYZ | 18.8 | 9.71 | 13.71 | - |
| YUV | 71.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 103 | 0 | 0.90 | 0.39 | 0.34 | 325.83 | 0.82 | 0.36 |
| Hex | A8 | 11 | 67 | 0 | 5A | 27 | 22 | 146 | 52 | 24 |
| Octal | 250 | 21 | 147 | 0 | 132 | 47 | 42 | 506 | 122 | 44 |
| Binary | 10101000 | 10001 | 1100111 | 0 | 1011010 | 100111 | 100010 | 101000110 | 1010010 | 100100 |
Color Harmonies of #A81167
Complementary color
Monochromatic Colors of #A81167
Black with #A81167
Text Example
Text Example
White with #A81167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81167; }
p { color: rgb(168,17,103); }
H1.HeaderClassName
{
color: #A81167;
}
.AnyTagClassName
{
color: #A81167;
}
</style>
background-color css
<style>
a { background-color: #A81167; }
a { background-color: rgb(168,17,103); }
div.DivClassName
{
background-color: #A81167;
}
.BgClassName
{
background-color: #A81167;
}
</style>
border-color css
<style>
span { border-color: #A81167; }
span { border-color: rgb(168,17,103); }
td.TdClassName
{
border-color: #A81167;
}
.TagClassName
{
border-color: #A81167;
}
</style>