Shades of Jazzberry Jam #A81D68
Tints of Jazzberry Jam #A81D68
RGB
CMYK
RGB Variations
Color information
#A81D68 (or 0xA81D68) is known color: Jazzberry Jam. HEX triplet: A8, 1D and 68. RGB value is (168,29,104). Sum of RGB (Red+Green+Blue) = 168+29+104=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81D68 is #57E297. Grayscale: #4E4E4E. Windows color (decimal): -5759640 or 6823336. OLE color: 6823336.
HSL color Cylindrical-coordinate representation of color #A81D68: hue angle of 327.63º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81D68 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 29 | 104 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.34 |
| HSL | 327.63º | 0.71% | 0.39% | - |
| HSV(B) | 327.63º | 0.83% | 0.66% | - |
| XYZ | 19.09 | 10.2 | 14.06 | - |
| YUV | 79.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 104 | 0 | 0.83 | 0.38 | 0.34 | 327.63 | 0.71 | 0.39 |
| Hex | A8 | 1D | 68 | 0 | 53 | 26 | 22 | 148 | 47 | 27 |
| Octal | 250 | 35 | 150 | 0 | 123 | 46 | 42 | 510 | 107 | 47 |
| Binary | 10101000 | 11101 | 1101000 | 0 | 1010011 | 100110 | 100010 | 101001000 | 1000111 | 100111 |
Color Harmonies of #A81D68
Complementary color
Monochromatic Colors of #A81D68
Black with #A81D68
Text Example
Text Example
White with #A81D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81D68; }
p { color: rgb(168,29,104); }
H1.HeaderClassName
{
color: #A81D68;
}
.AnyTagClassName
{
color: #A81D68;
}
</style>
background-color css
<style>
a { background-color: #A81D68; }
a { background-color: rgb(168,29,104); }
div.DivClassName
{
background-color: #A81D68;
}
.BgClassName
{
background-color: #A81D68;
}
</style>
border-color css
<style>
span { border-color: #A81D68; }
span { border-color: rgb(168,29,104); }
td.TdClassName
{
border-color: #A81D68;
}
.TagClassName
{
border-color: #A81D68;
}
</style>