Shades of Jazzberry Jam #A81274
Tints of Jazzberry Jam #A81274
RGB
CMYK
RGB Variations
Color information
#A81274 (or 0xA81274) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 74. RGB value is (168,18,116). Sum of RGB (Red+Green+Blue) = 168+18+116=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A81274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81274 is #57ED8B. Grayscale: #494949. Windows color (decimal): -5762444 or 7606952. OLE color: 7606952.
HSL color Cylindrical-coordinate representation of color #A81274: hue angle of 320.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81274 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 116 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.34 |
| HSL | 320.8º | 0.81% | 0.36% | - |
| HSV(B) | 320.8º | 0.89% | 0.66% | - |
| XYZ | 19.52 | 10.02 | 17.43 | - |
| YUV | 74.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 116 | 0 | 0.89 | 0.31 | 0.34 | 320.8 | 0.81 | 0.36 |
| Hex | A8 | 12 | 74 | 0 | 59 | 1F | 22 | 141 | 51 | 24 |
| Octal | 250 | 22 | 164 | 0 | 131 | 37 | 42 | 501 | 121 | 44 |
| Binary | 10101000 | 10010 | 1110100 | 0 | 1011001 | 11111 | 100010 | 101000001 | 1010001 | 100100 |
Color Harmonies of #A81274
Complementary color
Monochromatic Colors of #A81274
Black with #A81274
Text Example
Text Example
White with #A81274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81274; }
p { color: rgb(168,18,116); }
H1.HeaderClassName
{
color: #A81274;
}
.AnyTagClassName
{
color: #A81274;
}
</style>
background-color css
<style>
a { background-color: #A81274; }
a { background-color: rgb(168,18,116); }
div.DivClassName
{
background-color: #A81274;
}
.BgClassName
{
background-color: #A81274;
}
</style>
border-color css
<style>
span { border-color: #A81274; }
span { border-color: rgb(168,18,116); }
td.TdClassName
{
border-color: #A81274;
}
.TagClassName
{
border-color: #A81274;
}
</style>