Shades of Jazzberry Jam #A31E6B
Tints of Jazzberry Jam #A31E6B
RGB
CMYK
RGB Variations
Color information
#A31E6B (or 0xA31E6B) is known color: Jazzberry Jam. HEX triplet: A3, 1E and 6B. RGB value is (163,30,107). Sum of RGB (Red+Green+Blue) = 163+30+107=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E6B is #5CE194. Grayscale: #4E4E4E. Windows color (decimal): -6087061 or 7020195. OLE color: 7020195.
HSL color Cylindrical-coordinate representation of color #A31E6B: hue angle of 325.26º 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 #A31E6B is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 107 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.36 |
| HSL | 325.26º | 0.69% | 0.38% | - |
| HSV(B) | 325.26º | 0.82% | 0.64% | - |
| XYZ | 18.22 | 9.78 | 14.84 | - |
| YUV | 78.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 107 | 0 | 0.82 | 0.34 | 0.36 | 325.26 | 0.69 | 0.38 |
| Hex | A3 | 1E | 6B | 0 | 52 | 22 | 24 | 145 | 45 | 26 |
| Octal | 243 | 36 | 153 | 0 | 122 | 42 | 44 | 505 | 105 | 46 |
| Binary | 10100011 | 11110 | 1101011 | 0 | 1010010 | 100010 | 100100 | 101000101 | 1000101 | 100110 |
Color Harmonies of #A31E6B
Complementary color
Monochromatic Colors of #A31E6B
Black with #A31E6B
Text Example
Text Example
White with #A31E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E6B; }
p { color: rgb(163,30,107); }
H1.HeaderClassName
{
color: #A31E6B;
}
.AnyTagClassName
{
color: #A31E6B;
}
</style>
background-color css
<style>
a { background-color: #A31E6B; }
a { background-color: rgb(163,30,107); }
div.DivClassName
{
background-color: #A31E6B;
}
.BgClassName
{
background-color: #A31E6B;
}
</style>
border-color css
<style>
span { border-color: #A31E6B; }
span { border-color: rgb(163,30,107); }
td.TdClassName
{
border-color: #A31E6B;
}
.TagClassName
{
border-color: #A31E6B;
}
</style>