Shades of Jazzberry Jam #A81A6D
Tints of Jazzberry Jam #A81A6D
RGB
CMYK
RGB Variations
Color information
#A81A6D (or 0xA81A6D) is known color: Jazzberry Jam. HEX triplet: A8, 1A and 6D. RGB value is (168,26,109). Sum of RGB (Red+Green+Blue) = 168+26+109=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81A6D is #57E592. Grayscale: #4D4D4D. Windows color (decimal): -5760403 or 7150248. OLE color: 7150248.
HSL color Cylindrical-coordinate representation of color #A81A6D: hue angle of 324.93º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81A6D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 109 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.34 |
| HSL | 324.93º | 0.73% | 0.38% | - |
| HSV(B) | 324.93º | 0.85% | 0.66% | - |
| XYZ | 19.28 | 10.17 | 15.41 | - |
| YUV | 77.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 109 | 0 | 0.85 | 0.35 | 0.34 | 324.93 | 0.73 | 0.38 |
| Hex | A8 | 1A | 6D | 0 | 55 | 23 | 22 | 145 | 49 | 26 |
| Octal | 250 | 32 | 155 | 0 | 125 | 43 | 42 | 505 | 111 | 46 |
| Binary | 10101000 | 11010 | 1101101 | 0 | 1010101 | 100011 | 100010 | 101000101 | 1001001 | 100110 |
Color Harmonies of #A81A6D
Complementary color
Monochromatic Colors of #A81A6D
Black with #A81A6D
Text Example
Text Example
White with #A81A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A6D; }
p { color: rgb(168,26,109); }
H1.HeaderClassName
{
color: #A81A6D;
}
.AnyTagClassName
{
color: #A81A6D;
}
</style>
background-color css
<style>
a { background-color: #A81A6D; }
a { background-color: rgb(168,26,109); }
div.DivClassName
{
background-color: #A81A6D;
}
.BgClassName
{
background-color: #A81A6D;
}
</style>
border-color css
<style>
span { border-color: #A81A6D; }
span { border-color: rgb(168,26,109); }
td.TdClassName
{
border-color: #A81A6D;
}
.TagClassName
{
border-color: #A81A6D;
}
</style>