Shades of Jazzberry Jam #A81F74
Tints of Jazzberry Jam #A81F74
RGB
CMYK
RGB Variations
Color information
#A81F74 (or 0xA81F74) is known color: Jazzberry Jam. HEX triplet: A8, 1F and 74. RGB value is (168,31,116). Sum of RGB (Red+Green+Blue) = 168+31+116=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81F74 is #57E08B. Grayscale: #515151. Windows color (decimal): -5759116 or 7610280. OLE color: 7610280.
HSL color Cylindrical-coordinate representation of color #A81F74: hue angle of 322.77º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F74 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 116 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.34 |
| HSL | 322.77º | 0.69% | 0.39% | - |
| HSV(B) | 322.77º | 0.82% | 0.66% | - |
| XYZ | 19.79 | 10.57 | 17.52 | - |
| YUV | 81.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 116 | 0 | 0.82 | 0.31 | 0.34 | 322.77 | 0.69 | 0.39 |
| Hex | A8 | 1F | 74 | 0 | 52 | 1F | 22 | 143 | 45 | 27 |
| Octal | 250 | 37 | 164 | 0 | 122 | 37 | 42 | 503 | 105 | 47 |
| Binary | 10101000 | 11111 | 1110100 | 0 | 1010010 | 11111 | 100010 | 101000011 | 1000101 | 100111 |
Color Harmonies of #A81F74
Complementary color
Monochromatic Colors of #A81F74
Black with #A81F74
Text Example
Text Example
White with #A81F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81F74; }
p { color: rgb(168,31,116); }
H1.HeaderClassName
{
color: #A81F74;
}
.AnyTagClassName
{
color: #A81F74;
}
</style>
background-color css
<style>
a { background-color: #A81F74; }
a { background-color: rgb(168,31,116); }
div.DivClassName
{
background-color: #A81F74;
}
.BgClassName
{
background-color: #A81F74;
}
</style>
border-color css
<style>
span { border-color: #A81F74; }
span { border-color: rgb(168,31,116); }
td.TdClassName
{
border-color: #A81F74;
}
.TagClassName
{
border-color: #A81F74;
}
</style>