Shades of Jazzberry Jam #A31E5C
Tints of Jazzberry Jam #A31E5C
RGB
CMYK
RGB Variations
Color information
#A31E5C (or 0xA31E5C) is known color: Jazzberry Jam. HEX triplet: A3, 1E and 5C. RGB value is (163,30,92). Sum of RGB (Red+Green+Blue) = 163+30+92=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E5C is #5CE1A3. Grayscale: #4C4C4C. Windows color (decimal): -6087076 or 6037155. OLE color: 6037155.
HSL color Cylindrical-coordinate representation of color #A31E5C: hue angle of 332.03º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E5C is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 92 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.36 |
| HSL | 332.03º | 0.69% | 0.38% | - |
| HSV(B) | 332.03º | 0.82% | 0.64% | - |
| XYZ | 17.5 | 9.49 | 11.03 | - |
| YUV | 76.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 92 | 0 | 0.82 | 0.44 | 0.36 | 332.03 | 0.69 | 0.38 |
| Hex | A3 | 1E | 5C | 0 | 52 | 2C | 24 | 14C | 45 | 26 |
| Octal | 243 | 36 | 134 | 0 | 122 | 54 | 44 | 514 | 105 | 46 |
| Binary | 10100011 | 11110 | 1011100 | 0 | 1010010 | 101100 | 100100 | 101001100 | 1000101 | 100110 |
Color Harmonies of #A31E5C
Complementary color
Monochromatic Colors of #A31E5C
Black with #A31E5C
Text Example
Text Example
White with #A31E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E5C; }
p { color: rgb(163,30,92); }
H1.HeaderClassName
{
color: #A31E5C;
}
.AnyTagClassName
{
color: #A31E5C;
}
</style>
background-color css
<style>
a { background-color: #A31E5C; }
a { background-color: rgb(163,30,92); }
div.DivClassName
{
background-color: #A31E5C;
}
.BgClassName
{
background-color: #A31E5C;
}
</style>
border-color css
<style>
span { border-color: #A31E5C; }
span { border-color: rgb(163,30,92); }
td.TdClassName
{
border-color: #A31E5C;
}
.TagClassName
{
border-color: #A31E5C;
}
</style>