Shades of Jazzberry Jam #A81C6E
Tints of Jazzberry Jam #A81C6E
RGB
CMYK
RGB Variations
Color information
#A81C6E (or 0xA81C6E) is known color: Jazzberry Jam. HEX triplet: A8, 1C and 6E. RGB value is (168,28,110). Sum of RGB (Red+Green+Blue) = 168+28+110=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81C6E is #57E391. Grayscale: #4F4F4F. Windows color (decimal): -5759890 or 7216296. OLE color: 7216296.
HSL color Cylindrical-coordinate representation of color #A81C6E: hue angle of 324.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C6E is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 110 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.34 |
| HSL | 324.86º | 0.71% | 0.38% | - |
| HSV(B) | 324.86º | 0.83% | 0.66% | - |
| XYZ | 19.38 | 10.28 | 15.71 | - |
| YUV | 79.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 110 | 0 | 0.83 | 0.35 | 0.34 | 324.86 | 0.71 | 0.38 |
| Hex | A8 | 1C | 6E | 0 | 53 | 23 | 22 | 145 | 47 | 26 |
| Octal | 250 | 34 | 156 | 0 | 123 | 43 | 42 | 505 | 107 | 46 |
| Binary | 10101000 | 11100 | 1101110 | 0 | 1010011 | 100011 | 100010 | 101000101 | 1000111 | 100110 |
Color Harmonies of #A81C6E
Complementary color
Monochromatic Colors of #A81C6E
Black with #A81C6E
Text Example
Text Example
White with #A81C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C6E; }
p { color: rgb(168,28,110); }
H1.HeaderClassName
{
color: #A81C6E;
}
.AnyTagClassName
{
color: #A81C6E;
}
</style>
background-color css
<style>
a { background-color: #A81C6E; }
a { background-color: rgb(168,28,110); }
div.DivClassName
{
background-color: #A81C6E;
}
.BgClassName
{
background-color: #A81C6E;
}
</style>
border-color css
<style>
span { border-color: #A81C6E; }
span { border-color: rgb(168,28,110); }
td.TdClassName
{
border-color: #A81C6E;
}
.TagClassName
{
border-color: #A81C6E;
}
</style>