Shades of Jazzberry Jam #A81175
Tints of Jazzberry Jam #A81175
RGB
CMYK
RGB Variations
Color information
#A81175 (or 0xA81175) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 75. RGB value is (168,17,117). Sum of RGB (Red+Green+Blue) = 168+17+117=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A81175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81175 is #57EE8A. Grayscale: #494949. Windows color (decimal): -5762699 or 7672232. OLE color: 7672232.
HSL color Cylindrical-coordinate representation of color #A81175: hue angle of 320.26º 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 #A81175 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 117 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.34 |
| HSL | 320.26º | 0.82% | 0.36% | - |
| HSV(B) | 320.26º | 0.9% | 0.66% | - |
| XYZ | 19.56 | 10.01 | 17.73 | - |
| YUV | 73.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 117 | 0 | 0.90 | 0.30 | 0.34 | 320.26 | 0.82 | 0.36 |
| Hex | A8 | 11 | 75 | 0 | 5A | 1E | 22 | 140 | 52 | 24 |
| Octal | 250 | 21 | 165 | 0 | 132 | 36 | 42 | 500 | 122 | 44 |
| Binary | 10101000 | 10001 | 1110101 | 0 | 1011010 | 11110 | 100010 | 101000000 | 1010010 | 100100 |
Color Harmonies of #A81175
Complementary color
Monochromatic Colors of #A81175
Black with #A81175
Text Example
Text Example
White with #A81175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81175; }
p { color: rgb(168,17,117); }
H1.HeaderClassName
{
color: #A81175;
}
.AnyTagClassName
{
color: #A81175;
}
</style>
background-color css
<style>
a { background-color: #A81175; }
a { background-color: rgb(168,17,117); }
div.DivClassName
{
background-color: #A81175;
}
.BgClassName
{
background-color: #A81175;
}
</style>
border-color css
<style>
span { border-color: #A81175; }
span { border-color: rgb(168,17,117); }
td.TdClassName
{
border-color: #A81175;
}
.TagClassName
{
border-color: #A81175;
}
</style>