Shades of Jazzberry Jam #A81769
Tints of Jazzberry Jam #A81769
RGB
CMYK
RGB Variations
Color information
#A81769 (or 0xA81769) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 69. RGB value is (168,23,105). Sum of RGB (Red+Green+Blue) = 168+23+105=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A81769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81769 is #57E896. Grayscale: #4B4B4B. Windows color (decimal): -5761175 or 6887336. OLE color: 6887336.
HSL color Cylindrical-coordinate representation of color #A81769: hue angle of 326.07º 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 #A81769 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 105 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.34 |
| HSL | 326.07º | 0.76% | 0.37% | - |
| HSV(B) | 326.07º | 0.86% | 0.66% | - |
| XYZ | 19 | 9.96 | 14.28 | - |
| YUV | 75.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 105 | 0 | 0.86 | 0.38 | 0.34 | 326.07 | 0.76 | 0.37 |
| Hex | A8 | 17 | 69 | 0 | 56 | 26 | 22 | 146 | 4C | 25 |
| Octal | 250 | 27 | 151 | 0 | 126 | 46 | 42 | 506 | 114 | 45 |
| Binary | 10101000 | 10111 | 1101001 | 0 | 1010110 | 100110 | 100010 | 101000110 | 1001100 | 100101 |
Color Harmonies of #A81769
Complementary color
Monochromatic Colors of #A81769
Black with #A81769
Text Example
Text Example
White with #A81769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81769; }
p { color: rgb(168,23,105); }
H1.HeaderClassName
{
color: #A81769;
}
.AnyTagClassName
{
color: #A81769;
}
</style>
background-color css
<style>
a { background-color: #A81769; }
a { background-color: rgb(168,23,105); }
div.DivClassName
{
background-color: #A81769;
}
.BgClassName
{
background-color: #A81769;
}
</style>
border-color css
<style>
span { border-color: #A81769; }
span { border-color: rgb(168,23,105); }
td.TdClassName
{
border-color: #A81769;
}
.TagClassName
{
border-color: #A81769;
}
</style>