Shades of Jazzberry Jam #A81275
Tints of Jazzberry Jam #A81275
RGB
CMYK
RGB Variations
Color information
#A81275 (or 0xA81275) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 75. RGB value is (168,18,117). Sum of RGB (Red+Green+Blue) = 168+18+117=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A81275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81275 is #57ED8A. Grayscale: #494949. Windows color (decimal): -5762443 or 7672488. OLE color: 7672488.
HSL color Cylindrical-coordinate representation of color #A81275: hue angle of 320.4º 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 #A81275 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 117 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.34 |
| HSL | 320.4º | 0.81% | 0.36% | - |
| HSV(B) | 320.4º | 0.89% | 0.66% | - |
| XYZ | 19.58 | 10.04 | 17.74 | - |
| YUV | 74.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 117 | 0 | 0.89 | 0.30 | 0.34 | 320.4 | 0.81 | 0.36 |
| Hex | A8 | 12 | 75 | 0 | 59 | 1E | 22 | 140 | 51 | 24 |
| Octal | 250 | 22 | 165 | 0 | 131 | 36 | 42 | 500 | 121 | 44 |
| Binary | 10101000 | 10010 | 1110101 | 0 | 1011001 | 11110 | 100010 | 101000000 | 1010001 | 100100 |
Color Harmonies of #A81275
Complementary color
Monochromatic Colors of #A81275
Black with #A81275
Text Example
Text Example
White with #A81275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81275; }
p { color: rgb(168,18,117); }
H1.HeaderClassName
{
color: #A81275;
}
.AnyTagClassName
{
color: #A81275;
}
</style>
background-color css
<style>
a { background-color: #A81275; }
a { background-color: rgb(168,18,117); }
div.DivClassName
{
background-color: #A81275;
}
.BgClassName
{
background-color: #A81275;
}
</style>
border-color css
<style>
span { border-color: #A81275; }
span { border-color: rgb(168,18,117); }
td.TdClassName
{
border-color: #A81275;
}
.TagClassName
{
border-color: #A81275;
}
</style>