Shades of Jazzberry Jam #A81174
Tints of Jazzberry Jam #A81174
RGB
CMYK
RGB Variations
Color information
#A81174 (or 0xA81174) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 74. RGB value is (168,17,116). Sum of RGB (Red+Green+Blue) = 168+17+116=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A81174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81174 is #57EE8B. Grayscale: #494949. Windows color (decimal): -5762700 or 7606696. OLE color: 7606696.
HSL color Cylindrical-coordinate representation of color #A81174: hue angle of 320.66º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81174 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 116 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.34 |
| HSL | 320.66º | 0.82% | 0.36% | - |
| HSV(B) | 320.66º | 0.9% | 0.66% | - |
| XYZ | 19.5 | 9.99 | 17.42 | - |
| YUV | 73.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 116 | 0 | 0.90 | 0.31 | 0.34 | 320.66 | 0.82 | 0.36 |
| Hex | A8 | 11 | 74 | 0 | 5A | 1F | 22 | 141 | 52 | 24 |
| Octal | 250 | 21 | 164 | 0 | 132 | 37 | 42 | 501 | 122 | 44 |
| Binary | 10101000 | 10001 | 1110100 | 0 | 1011010 | 11111 | 100010 | 101000001 | 1010010 | 100100 |
Color Harmonies of #A81174
Complementary color
Monochromatic Colors of #A81174
Black with #A81174
Text Example
Text Example
White with #A81174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81174; }
p { color: rgb(168,17,116); }
H1.HeaderClassName
{
color: #A81174;
}
.AnyTagClassName
{
color: #A81174;
}
</style>
background-color css
<style>
a { background-color: #A81174; }
a { background-color: rgb(168,17,116); }
div.DivClassName
{
background-color: #A81174;
}
.BgClassName
{
background-color: #A81174;
}
</style>
border-color css
<style>
span { border-color: #A81174; }
span { border-color: rgb(168,17,116); }
td.TdClassName
{
border-color: #A81174;
}
.TagClassName
{
border-color: #A81174;
}
</style>