Shades of Jazzberry Jam #A81669
Tints of Jazzberry Jam #A81669
RGB
CMYK
RGB Variations
Color information
#A81669 (or 0xA81669) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 69. RGB value is (168,22,105). Sum of RGB (Red+Green+Blue) = 168+22+105=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A81669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81669 is #57E996. Grayscale: #4A4A4A. Windows color (decimal): -5761431 or 6887080. OLE color: 6887080.
HSL color Cylindrical-coordinate representation of color #A81669: hue angle of 325.89º 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 #A81669 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 105 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.34 |
| HSL | 325.89º | 0.77% | 0.37% | - |
| HSV(B) | 325.89º | 0.87% | 0.66% | - |
| XYZ | 18.99 | 9.92 | 14.28 | - |
| YUV | 75.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 105 | 0 | 0.87 | 0.38 | 0.34 | 325.89 | 0.77 | 0.37 |
| Hex | A8 | 16 | 69 | 0 | 57 | 26 | 22 | 146 | 4D | 25 |
| Octal | 250 | 26 | 151 | 0 | 127 | 46 | 42 | 506 | 115 | 45 |
| Binary | 10101000 | 10110 | 1101001 | 0 | 1010111 | 100110 | 100010 | 101000110 | 1001101 | 100101 |
Color Harmonies of #A81669
Complementary color
Monochromatic Colors of #A81669
Black with #A81669
Text Example
Text Example
White with #A81669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81669; }
p { color: rgb(168,22,105); }
H1.HeaderClassName
{
color: #A81669;
}
.AnyTagClassName
{
color: #A81669;
}
</style>
background-color css
<style>
a { background-color: #A81669; }
a { background-color: rgb(168,22,105); }
div.DivClassName
{
background-color: #A81669;
}
.BgClassName
{
background-color: #A81669;
}
</style>
border-color css
<style>
span { border-color: #A81669; }
span { border-color: rgb(168,22,105); }
td.TdClassName
{
border-color: #A81669;
}
.TagClassName
{
border-color: #A81669;
}
</style>